Commit 49937009 authored by 金凯强's avatar 金凯强 🎨

超时时间设置为10分钟

parent adae1c11
...@@ -12,4 +12,4 @@ if [ -z "$WORKER" ]; then ...@@ -12,4 +12,4 @@ if [ -z "$WORKER" ]; then
fi fi
# 默认2个进程 50个线程 # 默认2个进程 50个线程
gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 60 --log-level debug gunicorn -b 0.0.0.0:8080 -w $WORKER --threads=$THREADS startup:global_app -t 600 --log-level debug
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment