Tyzer34 / plexMusicPlayer

Playback music with Alexa from your Plex Server!
https://medium.com/@Tyzer34/plex-alexa-the-perfect-wedding-38b14b41faf0#.b71cd6lsn
GNU General Public License v3.0
35 stars 19 forks source link

Using waitress might prove to be too slow #7

Closed Tyzer34 closed 7 years ago

Tyzer34 commented 7 years ago

When asking for playback of a certain artist, it takes quite a long time to fetch the results. This frequently ends up in a timeout, as there is only a 10s gap to respond back to the Echo Dot. Asking the same query for a second time, gives back a response quickly, as most of the data is already cached.

Tyzer34 commented 7 years ago

Does not seem to be a problem anymore...