ParthSadaria commited on
Commit
8d42535
·
verified ·
1 Parent(s): 9b50532

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -816,7 +816,7 @@ if __name__ == "__main__":
816
  app,
817
  host="0.0.0.0",
818
  port=8000,
819
- workers=4, # Multiple workers for better CPU utilization
820
  loop="uvloop", # Use uvloop for faster async operations
821
  http="httptools", # Faster HTTP parsing
822
  log_level="warning", # Reduce logging overhead
 
816
  app,
817
  host="0.0.0.0",
818
  port=8000,
819
+ workers=8, # Multiple workers for better CPU utilization
820
  loop="uvloop", # Use uvloop for faster async operations
821
  http="httptools", # Faster HTTP parsing
822
  log_level="warning", # Reduce logging overhead