Clear master keys and reset passwords after 15 minutes of inactivity

This commit is contained in:
2016-08-20 13:23:36 +02:00
parent 9b9c36070b
commit 29e2c8337c
3 changed files with 60 additions and 0 deletions

View File

@@ -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;
?>