From 157648f23dcb650962b5b225ee89a0401003985b Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 20 Aug 2023 07:36:34 +1000 Subject: [PATCH] add treads to systemd file --- contrib/systemd/bookwyrm.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemd/bookwyrm.service b/contrib/systemd/bookwyrm.service index c7ebe26ec..ce11377d5 100644 --- a/contrib/systemd/bookwyrm.service +++ b/contrib/systemd/bookwyrm.service @@ -6,7 +6,7 @@ After=network.target postgresql.service redis.service User=bookwyrm Group=bookwyrm WorkingDirectory=/opt/bookwyrm/ -ExecStart=/opt/bookwyrm/venv/bin/gunicorn bookwyrm.wsgi:application --bind 0.0.0.0:8000 +ExecStart=/opt/bookwyrm/venv/bin/gunicorn bookwyrm.wsgi:application --threads=2 --bind 0.0.0.0:8000 StandardOutput=journal StandardError=inherit