Skip to content

Commit

Permalink
useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jul 4, 2024
1 parent 5e3981c commit 0ff6e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

#gunicorn --timeout 300 --workers 20 --chdir core core.wsgi --log-file -
#gunicorn core.asgi --worker-class=uvicorn.workers.UvicornWorker --max-requests 10000 --max-requests-jitter 20 --workers 5 --log-file -
gunicorn core.asgi --timeout 300 --worker-class=core.custom_uvicorn_worker.CustomUvicornWorker --max-requests 2000 --max-requests-jitter 200 --workers 1 --log-file -
gunicorn core.asgi --timeout 300 --worker-class=core.custom_uvicorn_worker.CustomUvicornWorker --max-requests 2000 --max-requests-jitter 200 --workers 3 --log-file -

0 comments on commit 0ff6e46

Please sign in to comment.