diff --git a/web.service b/web.service index 31cf945..a108e81 100644 --- a/web.service +++ b/web.service @@ -17,7 +17,7 @@ User=git Group=git WorkingDirectory=/home/git/clif -ExecStart=/home/git/clif/venv/bin/gunicorn --workers 4 --bind localhost:5000 web:application +ExecStart=/home/git/clif/venv/bin/gunicorn --workers 2 --bind localhost:5000 web:application Restart=always