Does anyone know how to change the task queue? #758
Unanswered
huynhvuthienloc
asked this question in
Q&A
Replies: 1 comment
-
|
We are using Waitress as web server. By default it only accepts 4 concurrent requests. You can edit the following line ti increase the number of threads: FlareSolverr/src/flaresolverr.py Line 111 in cedb7bc https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing the multithread, and the task queue depth is making is slow. My server has a lot of RAM, so I want to change the task queue as high as possible. I am using the Windows version; anyone knows how to change it?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions