diff --git a/backend/cli.py b/backend/cli.py index 51c0f6c9..cdbfc7c6 100644 --- a/backend/cli.py +++ b/backend/cli.py @@ -66,7 +66,7 @@ def run_on_windows(args): from config.wsgi import application - serve(application, port=args.port) + serve(application, port=args.port, threads=args.workers) def command_db_init(args):