mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
reverse change in example_config.py
This commit is contained in:
parent
66546d66df
commit
e005c9d93a
@ -70,7 +70,7 @@ backlog = 2048
|
|||||||
# A positive integer. Generally set in the 1-5 seconds range.
|
# A positive integer. Generally set in the 1-5 seconds range.
|
||||||
#
|
#
|
||||||
|
|
||||||
workers = 4
|
workers = 1
|
||||||
worker_class = 'sync'
|
worker_class = 'sync'
|
||||||
worker_connections = 1000
|
worker_connections = 1000
|
||||||
timeout = 30
|
timeout = 30
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user