Remove auto network thread thing
This commit is contained in:
@@ -7,8 +7,8 @@ port = 8080
|
||||
max_request_size_bytes = 1048576 # 1MB
|
||||
# Number of accept threads for handling incoming connections
|
||||
accept_threads = 1
|
||||
# Number of network I/O threads for epoll processing (0 = use hardware concurrency)
|
||||
network_threads = 0
|
||||
# Number of network I/O threads for epoll processing
|
||||
network_threads = 1
|
||||
# Event batch size for epoll processing
|
||||
event_batch_size = 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user