Skip to content

Commit

Permalink
very needed
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jun 28, 2024
1 parent ff0f223 commit e1c0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"comet.main:app",
host=os.getenv("FASTAPI_HOST", "127.0.0.1"),
port=int(os.getenv("FASTAPI_PORT", "8000")),
workers=int(os.getenv("FASTAPI_WORKERS", 2*(os.cpu_count() or 1))),
workers=int(os.getenv("FASTAPI_WORKERS", 2*(os.cpu_count() or 1)))
)

0 comments on commit e1c0ef8

Please sign in to comment.