Merge pull request 'tune threads to avoid queued tasks in normal situations' (!69) from fix/mehr-waitress-threads into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #69
This commit is contained in:
jaschop 2023-09-10 15:53:26 +02:00
commit 66294cd52f
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)