use only one thread (concurrency issues for now)

This commit is contained in:
kakwa 2016-09-02 00:35:39 +02:00
parent e732e7cb8e
commit b3ade78f4d
1 changed files with 1 additions and 1 deletions

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.