Remove maxconn and nbthread settings from high load configuration examples

This commit is contained in:
miniusercoder 2026-04-08 18:29:04 +03:00
parent 7ba02ea3d5
commit 5e38a72add
No known key found for this signature in database
GPG Key ID: 0B0F00BB88306C1F
2 changed files with 2 additions and 5 deletions

View File

@ -104,9 +104,8 @@ For massive traffic loads, buffering Telemt behind a reverse proxy like HAProxy
global
# Disable detailed logging under load
log stdout format raw local0 err
maxconn 250000
# Threading optimizations (explicitly use all cores)
nbthread auto
# maxconn 250000
# Buffer tuning
tune.bufsize 16384
tune.maxaccept 64

View File

@ -104,8 +104,6 @@ global
# Отключить детальные логи соединений под нагрузкой
log stdout format raw local0 err
maxconn 250000
# Использовать все ядра CPU
nbthread auto
# Тюнинг буферов и приема сокетов
tune.bufsize 16384
tune.maxaccept 64