The backlog in Gunicorn config dose not work
未关闭
enhancement
- 主要语言
- Python
- 星标
- 16.5k
- 派生
- 2.4k
- 平均合并
- 17 小时 22 分钟
- 30 天内合并 PR
- 212
描述
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?
贡献指南
评估
这个 Issue 还没有评估数据。