diff options
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", |