diff --git a/gunicorn.conf.py b/gunicorn.conf.py index fe8f8bc..80e09f9 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -3,7 +3,7 @@ from typing import Any import app bind = "0.0.0.0:5000" -workers = 2 +workers = 16 timeout = 300