fix wrong const

pull/173/head
Aevann 2023-07-30 04:46:56 +03:00
parent 730254d364
commit 947ce1be24
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ STARS = '\n\n★★★★★★★★★★★★★★★★★★★★★★
bind = '0.0.0.0:5000'
worker_class = 'gevent'
worker_count = int(environ.get("WORKER_COUNT").strip())
workers = int(environ.get("WORKER_COUNT").strip())
max_requests = 5000
max_requests_jitter = 10000