SeanChenTaipei 2 years ago
parent 23429826ba
commit 5f3abc70a1
  1. 2
      Procfile
  2. 2
      main.py

@ -1 +1 @@
web: gunicorn main:app --preload --workers 8 --timeout 60 --log-level debug
web: gunicorn main:app --preload --workers 8 --timeout 120

@ -538,4 +538,4 @@ def page_not_found(e):
if __name__ == "__main__":
app.run(host='0.0.0.0', port=8000)
app.run(host='0.0.0.0')

Loading…
Cancel
Save