Add an index to thread pipeline iterators for load balancing

This commit is contained in:
2025-08-22 16:32:48 -04:00
parent f43e623a7e
commit 12d4289568
6 changed files with 96 additions and 52 deletions

View File

@@ -7,9 +7,10 @@ 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 = 12
io_threads = 8
epoll_instances = 8
# Event batch size for epoll processing
event_batch_size = 32
event_batch_size = 64
[commit]
# Minimum length for request_id to ensure sufficient entropy