Skip to content

Commit

Permalink
feat: update start.sh (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 authored Dec 7, 2023
1 parent ea43b79 commit e91d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas/bin/start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
gunicorn wsgi -w 10 -k gevent -b [::]:5000 --max-requests 1024 --max-requests-jitter 50 --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"' --env prometheus_multiproc_dir=/tmp/
gunicorn wsgi -w 10 -k gevent -b [::]:5000 --max-requests 10240 --max-requests-jitter 500 --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"' --env prometheus_multiproc_dir=/tmp/

0 comments on commit e91d64a

Please sign in to comment.