8000 Adjust listening socket queue size · natturner/python-docs-samples@d7e6f6b · GitHub
[go: up one dir, main page]

Skip to content

Commit d7e6f6b

Browse files
author
Jon Wayne Parrott
committed
Adjust listening socket queue size
1 parent c74692e commit d7e6f6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appengine/flexible/datastore/uwsgi.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[uwsgi]
22
wsgi-file=main.py
33
callable=app
4-
# Socket listen queue size.
5-
listen=1000
4+
# Socket listen queue size. This is the maximum the default flex instance size
5+
# allows.
6+
listen=128
67
# 1 CPU core = 1 process.
78
processes=1
89
# 2000 gevent workers.

0 commit comments

Comments
 (0)
0