config_threads - euzu/tuliprox GitHub Wiki
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.