Allow multiple epoll instances on server

This commit is contained in:
2025-08-21 14:13:11 -04:00
parent 22e638e1f9
commit 1cce8d9950
5 changed files with 98 additions and 40 deletions

View File

@@ -10,6 +10,7 @@ max_request_size_bytes = 1048576 # 1MB
io_threads = 6
# Event batch size for epoll processing
event_batch_size = 32
epoll_instances = 2
[commit]
# Minimum length for request_id to ensure sufficient entropy