Skip to content

Commit 63447b3

Browse files
fix: Increase gunicorn timeout from 20 to 40 seconds
1 parent 46f7878 commit 63447b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ EXPOSE 28730
4343
CMD /app/.venv/bin/gunicorn \
4444
--bind :28730 \
4545
--error-logfile - \
46-
--timeout 20 \
46+
--timeout 40 \
4747
--config /app/container/gunicorn.py \
4848
mCTF.wsgi:application

0 commit comments

Comments
 (0)