Browse Source

Enable to specify the number of threads in windows, fix #1762

pull/1842/head
Hironsan 2 years ago
parent
commit
fab8787a65
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/cli.py

2
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):

Loading…
Cancel
Save