[damned-lies/oscp] Lower number of processes and threads



commit 5ecabc34f7551a86cd8131e22d3ab4246153aa9a
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 10:28:45 2020 +0100

    Lower number of processes and threads

 l10n.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/l10n.gnome.org.conf b/l10n.gnome.org.conf
index 8735478c..60471be2 100644
--- a/l10n.gnome.org.conf
+++ b/l10n.gnome.org.conf
@@ -11,7 +11,7 @@ LogLevel info
 
     # mod_wsgi
     WSGIApplicationGroup %{GLOBAL}
-    WSGIDaemonProcess l10n display-name=%{GROUP} processes=4 home=/l10n python-home=/l10n/venv 
python-path=/l10n/damnedlies user=l10n group=l10n
+    WSGIDaemonProcess l10n display-name=%{GROUP} processes=1 threads=3 home=/l10n python-home=/l10n/venv 
python-path=/l10n/damnedlies user=l10n group=l10n
     WSGIProcessGroup l10n
     WSGIScriptAlias / /l10n/damnedlies/damnedlies/wsgi.py
     LogLevel info


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]