tune threads to avoid queued tasks in normal situations #69

Merged
jaschop merged 2 commits from fix/mehr-waitress-threads into main 2023-09-10 15:53:27 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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)