Skip to content

Commit

Permalink
fix: change gunicorn work class to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran committed Aug 21, 2024
1 parent a009171 commit f6f72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
timeout = (
60 # Worker will be restarted if it doesn't answer in more than configured seconds
)
worker_class = "gevent"
worker_class = "sync"
worker_connections = 2000


Expand Down

0 comments on commit f6f72bf

Please sign in to comment.