mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-24 18:12:22 +02:00
1
config_threads
euzu edited this page 2023-11-15 10:23:13 +01:00
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.