[damned-lies/oscp] Increase timeout to 600



commit 0dfc3b24eb041b5ee3a091b84f7a14efa5631a66
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Sun Mar 22 17:24:05 2020 +0100

    Increase timeout to 600

 l10n.gnome.org.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/l10n.gnome.org.conf b/l10n.gnome.org.conf
index d3dda83a..7249bd31 100644
--- a/l10n.gnome.org.conf
+++ b/l10n.gnome.org.conf
@@ -8,9 +8,11 @@
     Alias /robots.txt /l10n/damnedlies/static/robots.txt
 
     # 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
     WSGIProcessGroup l10n
     WSGIScriptAlias / /l10n/damnedlies/damnedlies/wsgi.py
+    TimeOut 600
 
     # Map .po and .pot files accordingly to the correct Content-Type,
     # and also make sure they are rendered as utf-8.


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