Clear master keys and reset passwords after 15 minutes of inactivity
This commit is contained in:
@@ -79,4 +79,8 @@ $MAX_PASSWORDS_PER_REQUEST=10;
|
||||
*/
|
||||
$REQUESTS_MIN_DELAY=1000;
|
||||
|
||||
/*
|
||||
Clear master keys and reset passwords after 15 minutes of inactivity
|
||||
*/
|
||||
$CLEAR_TIME=15*60*1000;
|
||||
?>
|
||||
Reference in New Issue
Block a user