Skip to content

v0.9.2

Compare
Choose a tag to compare
@mgdigital mgdigital released this 14 Jun 09:51
· 34 commits to main since this release
3968c8b

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

Full Changelog: v0.9.1...v0.9.2