diff options
| author | hebingning <[email protected]> | 2024-06-14 18:04:08 +0800 |
|---|---|---|
| committer | hebingning <[email protected]> | 2024-06-14 18:04:08 +0800 |
| commit | 5294d77eb5e67b77ef2e1de6747c19b56224e993 (patch) | |
| tree | d9bb1742ca8b4403070dda82264aa0841461935d /gunicorn.conf.py | |
| parent | 0d8ec9b6ef5512be1406c74748e6f9728c166dec (diff) | |
update gunicorn.conf.py timeout=1000
Diffstat (limited to 'gunicorn.conf.py')
| -rw-r--r-- | gunicorn.conf.py | 2 |
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" |
