Version 2.13 brings a significant but required change to how fast deemon can make API calls. Deezer is temporarily blocking API requests when a specific quota is met. When this occurs, deemon receives empty responses resulting in no new releases being found or causing deemon to crash (the latter occurs when a subsequent refresh is called before the temporary block has been lifted).
Starting in version 2.13, deemon is now spawning 10 threads for API calls rather than 50. This is also user configurable in config.json
by changing fast_api_threads
. Supported values are between 1 and 50. The more artists you monitor, the lower this number should be.
Changes
- Lowered default spawned threads for API calls from 50 to 10
- Added user configurable
fast_api_threads
toconfig.json