diff options
| author | zhaokun <[email protected]> | 2024-06-14 18:26:54 +0800 |
|---|---|---|
| committer | zhaokun <[email protected]> | 2024-06-14 18:26:54 +0800 |
| commit | 6a883aa9346ccc36c748e2ebf1b2bbc643bbc028 (patch) | |
| tree | 770282ba68b14bab340f2bb0f52a8c95566a9915 /gunicorn.conf.py | |
| parent | ddd41ec0d147681e9bc553836e2937cf5c37616b (diff) | |
| parent | 5294d77eb5e67b77ef2e1de6747c19b56224e993 (diff) | |
modify format
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 c92cbd719..850f0ceb3 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" |
