mirror of
https://github.com/kakwa/uts-server
synced 2025-02-10 20:53:28 +01:00
use only one thread (concurrency issues for now)
This commit is contained in:
parent
b44af1e309
commit
d36c2b4286
@ -16,7 +16,7 @@ listening_ports = 127.0.0.1:2020
|
|||||||
enable_keep_alive = no
|
enable_keep_alive = no
|
||||||
|
|
||||||
# Number of worker threads.
|
# Number of worker threads.
|
||||||
num_threads = 50
|
num_threads = 1
|
||||||
|
|
||||||
# Switch to given user credentials after startup.
|
# Switch to given user credentials after startup.
|
||||||
# Required to run on privileged ports and not be run as root.
|
# Required to run on privileged ports and not be run as root.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user