mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
upped session timeout from 30 idle minutes to 2 idle hours
This commit is contained in:
parent
db4075a050
commit
f2b54f9acc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ include_once("aur_po.inc");
|
||||||
|
|
||||||
# Define global variables
|
# 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
|
$SUPPORTED_LANGS = array( # what languages we have translations for
|
||||||
"en" => "English",
|
"en" => "English",
|
||||||
"pl" => "Polski",
|
"pl" => "Polski",
|
||||||
|
|
Loading…
Add table
Reference in a new issue