The backlog in Gunicorn config dose not work
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 16.5k
- Fork
- 2.4k
- Merge medio
- 17h 22m
- PR unite (30g)
- 212
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.