Attempt to fix timeout issues

This commit is contained in:
Peter Stockings
2023-01-24 20:04:53 +11:00
parent 2085ff21da
commit a0969c63db

View File

@@ -1 +1 @@
web: gunicorn --worker-class eventlet -w 1 app:app web: gunicorn --worker-class eventlet -w 3 --timeout 90 app:app