From 5f3abc70a11fa72f5ea89e1b9a2716648119365d Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Wed, 15 Mar 2023 11:48:43 +0800 Subject: [PATCH] f --- Procfile | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 98b314d..3103584 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn main:app --preload --workers 8 --timeout 60 --log-level debug \ No newline at end of file +web: gunicorn main:app --preload --workers 8 --timeout 120 \ No newline at end of file diff --git a/main.py b/main.py index 2f59f49..d01545d 100644 --- a/main.py +++ b/main.py @@ -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')