diff options
author | pjmattal <pjmattal> | 2006-08-03 14:47:41 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-03 14:47:41 +0000 |
commit | f2b54f9acc156cc8f902e2fe0419cd4aff81a58f (patch) | |
tree | d277638ca842ba9bc05ae46cac4cd383f14fad11 /web/lib | |
parent | db4075a0507dbb8c7f7831ff1d6437fe97e993f2 (diff) | |
download | aurweb-f2b54f9acc156cc8f902e2fe0419cd4aff81a58f.tar.xz |
upped session timeout from 30 idle minutes to 2 idle hours
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aur.inc | 2 |
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", |