diff --git a/init.d b/init.d index 0ae758c..c686ca0 100755 --- a/init.d +++ b/init.d @@ -27,7 +27,7 @@ DAEMON_ARGS="--pid $PIDFILE \ --access-logfile $LOG_DIR/gunicorn-access.log \ --log-file $LOG_DIR/gunicorn-error.log \ --bind=127.0.0.1:8022 \ ---workers=10 \ +--workers=5 \ --worker-class=sync \ --timeout=60 \ cam.wsgi:application"