One epoll instance per network thread in load tester

This commit is contained in:
2025-08-21 14:04:23 -04:00
parent cb6660bdd8
commit 22e638e1f9
2 changed files with 32 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ port = 8080
# Maximum request size in bytes (for 413 Content Too Large responses)
max_request_size_bytes = 1048576 # 1MB
# Number of I/O threads for handling connections and network events
io_threads = 8
io_threads = 6
# Event batch size for epoll processing
event_batch_size = 32