From 078c65f3eba6e5903ce78b114cc3a5c99876b048 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Mon, 7 Apr 2025 01:59:06 +0300 Subject: [PATCH] remove threadpool --- conf.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.yml b/conf.yml index 8f1d526..8c0f814 100755 --- a/conf.yml +++ b/conf.yml @@ -1,7 +1,6 @@ http_host: localhost:80 # Http 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) incoming_ip_forwarding: none # Read IP forwarding on incoming connections (optional, default - none)