Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Dec 15, 2022
1 parent 82772c8 commit 5d30541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function start () {
WORKER_TIMEOUT=${WORKER_TIMEOUT:-30}
WORKER_MAX_REQUESTS=${WORKER_MAX_REQUESTS:-500}
WORKER_MAX_REQUESTS_JITTER=${WORKER_MAX_REQUESTS_JITTER:-200}
KEEP_ALIVE=${KEEP_ALIVE:-75}
KEEP_ALIVE=${KEEP_ALIVE:-2}

gunicorn --worker-class server.AppUvicornWorker \
--workers ${WORKER_COUNT} \
Expand Down

0 comments on commit 5d30541

Please sign in to comment.