mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 04:27:05 +02:00
use only one thread (concurrency issues for now)
This commit is contained in:
parent
b44af1e309
commit
d36c2b4286
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ listening_ports = 127.0.0.1:2020
|
|||
enable_keep_alive = no
|
||||
|
||||
# Number of worker threads.
|
||||
num_threads = 50
|
||||
num_threads = 1
|
||||
|
||||
# Switch to given user credentials after startup.
|
||||
# Required to run on privileged ports and not be run as root.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue