enable num_threads > 1 in the test configuration

This commit is contained in:
kakwa 2016-09-08 23:20:25 +02:00
parent 59f7f63c45
commit 81d7a808cb
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ listening_ports = 127.0.0.1:2020
# Allows clients to reuse TCP connection for subsequent HTTP requests, which improves performance.
enable_keep_alive = no
# Number of worker threads. don't set, crashes if other than 1 (default)
#num_threads = 10
# Number of worker threads
num_threads = 10
# Switch to given user credentials after startup.
# Required to run on privileged ports and not be run as root.