aio-libs / aio-libs/aiohttp

The backlog in Gunicorn config dose not work

オープン
#5,283 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
16.5k
フォーク
2.4k
平均マージ
17時間 22分
マージ済み PR(30日)
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`

![image](https://user-images.githubusercontent.com/1038132/100062278-4d1ba300-2e6a-11eb-9612-98d3f79acd80.png)

How to fix it?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。