瀏覽代碼

add timeout

kevin 2 年之前
父節點
當前提交
d1b93b109c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/run.sh

+ 1 - 1
src/run.sh

@@ -1,2 +1,2 @@
 #! /bin/bash
-venv/bin/gunicorn -w 4 -b 0.0.0.0:8092 -p run.pid mainPalio4:app
+venv/bin/gunicorn -w 4 -b 0.0.0.0:8092 -p run.pid -t 1200 mainPalio4:app