increase workers and fix async issues

This commit is contained in:
2026-08-01 22:24:29 -04:00
parent 73b2b7972c
commit d487fad8fa
5 changed files with 340 additions and 23 deletions
+2
View File
@@ -4,6 +4,8 @@ import app
bind = "0.0.0.0:5000"
workers = 16
worker_class = "gevent"
worker_connections = 1000
timeout = 300