use sync worker for gunicorn

This commit is contained in:
Thomas NOËL 2011-10-24 10:15:08 +02:00
parent 80bce7821c
commit e56bdc64bb
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ start() {
--daemon \
--log-file $LOG_DIR/mandaye.log \
--bind=unix:$PID_DIR/mandaye.sock \
--workers=5 \
--worker-class=gevent \
--workers=30 \
--worker-class=sync \
--timeout=60 \
mandaye.wsgi:application
log_success_msg