From b3ade78f4d3a43af092f75b5c6c7ac037f4cdd97 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 2 Sep 2016 00:35:39 +0200 Subject: [PATCH] use only one thread (concurrency issues for now) --- tests/cfg/uts-server.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cfg/uts-server.cnf b/tests/cfg/uts-server.cnf index 7f0065b..d26eda3 100644 --- a/tests/cfg/uts-server.cnf +++ b/tests/cfg/uts-server.cnf @@ -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.