increase server backlog to improve connection handling
All checks were successful
Lint Code / lint (push) Successful in 44s
CI/CD Pipeline / lint (push) Successful in 0s
Run Tests / test (3.12) (push) Successful in 2m40s
Run Tests / test (3.13) (push) Successful in 2m32s
CI/CD Pipeline / test (push) Successful in 0s
CI/CD Pipeline / build-and-release (push) Has been skipped
CI/CD Pipeline / notify (push) Successful in 0s

This commit is contained in:
Илья Глазунов 2025-12-04 03:39:52 +03:00
parent 129785706c
commit d03ade18c5

View File

@ -8,7 +8,7 @@ http:
server: server:
host: 0.0.0.0 host: 0.0.0.0
port: 8000 port: 8000
backlog: 5 backlog: 1000
default_root: false default_root: false
ssl: ssl: