Skip to content

Commit

Permalink
Revert this change
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 1, 2024
1 parent a8204b3 commit 602548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/api/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def start(self, app_name: str):
"""
uvicorn.run(
app_name, host=config.API_SERVER_ADDRESS, port=config.API_SERVER_PORT,
log_config=None, log_level='info', reload=False, workers=1)
log_config=None, log_level='info', reload=False, workers=4)


if __name__ == '__main__':
Expand Down

0 comments on commit 602548f

Please sign in to comment.