summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2006-08-03 14:47:41 +0000
committerpjmattal <pjmattal>2006-08-03 14:47:41 +0000
commitf2b54f9acc156cc8f902e2fe0419cd4aff81a58f (patch)
treed277638ca842ba9bc05ae46cac4cd383f14fad11 /web/lib/aur.inc
parentdb4075a0507dbb8c7f7831ff1d6437fe97e993f2 (diff)
downloadaurweb-f2b54f9acc156cc8f902e2fe0419cd4aff81a58f.tar.xz
upped session timeout from 30 idle minutes to 2 idle hours
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 2795349..106bf4d 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -11,7 +11,7 @@ include_once("aur_po.inc");
# Define global variables
#
-$LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout
+$LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout
$SUPPORTED_LANGS = array( # what languages we have translations for
"en" => "English",
"pl" => "Polski",