Skip to content

Use AsyncGenerators to drastically increase speed

Eru Ilúvatar requested to merge eru/testing-new-logic into master

Fanout works great, but when it's all bottlenecked into an iterator it still blocks the pipeline. Jackett and DebridProviders now use AsyncGenerator for piped results and streamlined results.

Also improved some caching of seasons and older series by increasing cache time with age of release.

Merge request reports