Skip to content

Commit

Permalink
feat: longer tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Dec 30, 2023
1 parent 6b2e3bf commit b2fe28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ENV FLASK_APP=bereal.server

EXPOSE 5000

CMD ["gunicorn", "-k", "gevent", "-w", "4", "-t", "600", "bereal.server:app"]
CMD ["gunicorn", "-k", "gevent", "-w", "4", "-t", "1200", "bereal.server:app"]

0 comments on commit b2fe28a

Please sign in to comment.