Skip to content

Commit e54724e

Browse files
authored
Update Procfile
1 parent ba056ce commit e54724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn app.main:APP -w 4 --max-requests 700 --max-requests-jitter 300 -k uvicorn.workers.UvicornWorker
1+
web: gunicorn app.main:APP -w 2 --max-requests 1000 --max-requests-jitter 400 -k uvicorn.workers.UvicornWorker

0 commit comments

Comments
 (0)