summaryrefslogtreecommitdiff
path: root/gunicorn.conf.py
diff options
context:
space:
mode:
authorhebingning <[email protected]>2024-06-14 18:04:08 +0800
committerhebingning <[email protected]>2024-06-14 18:04:08 +0800
commit5294d77eb5e67b77ef2e1de6747c19b56224e993 (patch)
treed9bb1742ca8b4403070dda82264aa0841461935d /gunicorn.conf.py
parent0d8ec9b6ef5512be1406c74748e6f9728c166dec (diff)
update gunicorn.conf.py timeout=1000
Diffstat (limited to 'gunicorn.conf.py')
-rw-r--r--gunicorn.conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gunicorn.conf.py b/gunicorn.conf.py
index 3702dff2c..7004ff86e 100644
--- a/gunicorn.conf.py
+++ b/gunicorn.conf.py
@@ -1,6 +1,6 @@
# gunicorn.conf.py
-timeout = 700
+timeout = 1000
# 绑定到的IP地址和端口号
bind = "0.0.0.0:8800"