Skip to content

config_threads

euzu edited this page Nov 15, 2023 · 1 revision

threads

threads: 0

If you are running on a cpu which has multiple cores, you can set for example threads: 2 to run two threads.
Don't use too many threads, you should consider max of cpu cores * 2.
Default is 0.

Be aware, if you have multiple sources with the same provider and you use mutiple threads, the provider can block your requests.

Clone this wiki locally