From 8223bcb5cc52edab969b846fba121637ae2c2669 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 25 Aug 2015 10:26:44 -0300 Subject: [PATCH] Changed syslog settings and increased number of workers --- misc/lib/systemd/system/colab.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/lib/systemd/system/colab.service b/misc/lib/systemd/system/colab.service index ef4e92d..a79f75a 100644 --- a/misc/lib/systemd/system/colab.service +++ b/misc/lib/systemd/system/colab.service @@ -3,7 +3,7 @@ Description=Colab [Service] User=colab -ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=3 +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=12 --log-syslog --log-syslog-prefix="[gunicorn colab]" Restart=on-failure [Install] -- libgit2 0.21.2