mirror of
https://github.com/kakwa/uts-server
synced 2025-01-07 12:14:31 +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.
|
# Allows clients to reuse TCP connection for subsequent HTTP requests, which improves performance.
|
||||||
enable_keep_alive = no
|
enable_keep_alive = no
|
||||||
|
|
||||||
# Number of worker threads. don't set, crashes if other than 1 (default)
|
# Number of worker threads
|
||||||
#num_threads = 10
|
num_threads = 10
|
||||||
|
|
||||||
# Switch to given user credentials after startup.
|
# Switch to given user credentials after startup.
|
||||||
# Required to run on privileged ports and not be run as root.
|
# Required to run on privileged ports and not be run as root.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user