summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2006-08-03 16:47:41 +0200
committerpjmattal <pjmattal>2006-08-03 16:47:41 +0200
commitf2b54f9acc156cc8f902e2fe0419cd4aff81a58f (patch)
treed277638ca842ba9bc05ae46cac4cd383f14fad11
parentdb4075a0507dbb8c7f7831ff1d6437fe97e993f2 (diff)
downloadaur-f2b54f9acc156cc8f902e2fe0419cd4aff81a58f.tar.gz
aur-f2b54f9acc156cc8f902e2fe0419cd4aff81a58f.tar.xz
upped session timeout from 30 idle minutes to 2 idle hours
-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 27953495..106bf4d4 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",