The backlog in Gunicorn config dose not work
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 16.5k
- Forks
- 2.4k
- Merge medio
- 17 h 22 min
- PR fusionados (30 d)
- 212
Descripción
Hi,
This is my gunicorn.config
```
workers = 54
# worker_class = 'aiohttp.GunicornWebWorker'
worker_class = 'aiohttp.worker.GunicornUVLoopWebWorker'
bind = '192.168.4.14:7000'
daemon = 'false'
worker_connections = 2048
backlog = 4096
```
I use `backlog` in `gunicorn.cofnig`, when I checked `ss`

How to fix it?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.