remove threadpool

This commit is contained in:
MeexReay 2025-04-07 01:59:06 +03:00
parent b93508315f
commit 078c65f3eb

View File

@ -1,7 +1,6 @@
http_host: localhost:80 # Http server host http_host: localhost:80 # Http server host
https_host: localhost:443 # Https server host https_host: localhost:443 # Https server host
threadpool_size: 10 # Threadpool size (count of threads that accept requests) (optional, default - 10)
connection_timeout: 10 # Read and write timeout of connections in seconds (optional, default - 10) connection_timeout: 10 # Read and write timeout of connections in seconds (optional, default - 10)
incoming_ip_forwarding: none # Read IP forwarding on incoming connections (optional, default - none) incoming_ip_forwarding: none # Read IP forwarding on incoming connections (optional, default - none)