forked from kompetenzinventar/ki-backend
Merge pull request 'tune threads to avoid queued tasks in normal situations' (!69) from fix/mehr-waitress-threads into main
Reviewed-on: kompetenzinventar/ki-backend#69
This commit is contained in:
commit
66294cd52f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user