diff --git a/docker/start b/docker/start index fe80f5eb..87a5b20d 100644 --- a/docker/start +++ b/docker/start @@ -5,4 +5,4 @@ set -o pipefail set -o nounset -gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app --timeout 300 +gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app -k gevent -w 2