1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-06 19:17:50 +02:00

use only one thread (concurrency issues for now)

This commit is contained in:
kakwa 2016-09-02 00:35:39 +02:00
parent b44af1e309
commit d36c2b4286

View File

@ -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.