Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44ff25f

Browse files
code refactored
1 parent 8871a74 commit 44ff25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
if config_instance().DEVELOPMENT_SERVER_NAME.casefold() == socket.gethostname().casefold():
1313
uvicorn.run("app:app", host="127.0.0.1", port=8080, reload=True, workers=1)
1414
else:
15-
uvicorn.run("app:app", host="0.0.0.0", port=8080, reload=False, workers=1)
15+
uvicorn.run("app:app", host="0.0.0.0", port=8080, reload=False, workers=3)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /