diff --git a/run_prod.py b/run_prod.py index df17029..e7b2257 100644 --- a/run_prod.py +++ b/run_prod.py @@ -11,4 +11,4 @@ with app.app_context(): config = migrate.get_config() command.upgrade(config, "head") -serve(app, host="0.0.0.0", port=5000) +serve(app, host="0.0.0.0", port=5000, threads=20)