mirror of
https://github.com/kakwa/uts-server
synced 2025-01-05 19:33:33 +01:00
enable num_threads > 1 in the test configuration
This commit is contained in:
parent
59f7f63c45
commit
81d7a808cb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user