Skip to content

Commit

Permalink
fix: remove loop optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 12, 2024
1 parent c2f6b6a commit d7ca930
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 224 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def main():
Config.server_port,
Interfaces.ASGI,
Config.worker_count,
loop_opt=True,
log_access=True,
log_access_format='[%(time)s] %(status)d "%(method)s %(path)s %(protocol)s" %(addr)s in %(dt_ms).2f ms',
url_path_prefix=Config.server_root_path,
Expand Down
Loading

0 comments on commit d7ca930

Please sign in to comment.