Some users have reported a slowdown in the app that is probably due to the 0.9.0 reindex. Adding a configuration option to dial down the queue concurrency for torrent processing.
If you're affected, try setting the value to 1, either as an environment variable, e.g. PROCESSOR_CONCURRENCY=1
, or in your config file:
processor:
concurrency: 1
What's Changed
- Allow configuring processor concurrency by @mgdigital in #281
Full Changelog: v0.9.1...v0.9.2