mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add a per-user session limit (fixes FS#12898).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
c39183c3ee
commit
f961ffd9c7
2 changed files with 18 additions and 1 deletions
|
@ -45,6 +45,9 @@ $SUPPORTED_LANGS = array(
|
|||
"zh_CN" => "简体中文"
|
||||
);
|
||||
|
||||
# Session limit per user
|
||||
$MAX_SESSIONS_PER_USER = 8;
|
||||
|
||||
# Idle seconds before timeout
|
||||
$LOGIN_TIMEOUT = 7200;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue