diff --git a/gunicorn-start.sh b/gunicorn-start.sh index 6e50efb..d8da4b4 100755 --- a/gunicorn-start.sh +++ b/gunicorn-start.sh @@ -1,4 +1,4 @@ #!/bin/bash source /home/mrouser/anaconda3/etc/profile.d/conda.sh conda activate uwmro_instruments -gunicorn -w 4 "app:app" \ No newline at end of file +gunicorn --timeout 300 -w 1 "app:app"