Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Feb 8, 2024
1 parent 97dff82 commit b154ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
uvicorn.run(app,
host="0.0.0.0",
port=3000,
channel_timeout=300,
log_level="info", # Set the desired log level ("debug", "info", "warning", etc.)
log_config="logging.ini" # Specify the path to your logging configuration file
)

0 comments on commit b154ec9

Please sign in to comment.