Increase time until keepass db locks

This commit is contained in:
Daniel Siepmann 2022-12-08 09:10:47 +01:00
parent db9101cdc1
commit 36fe8f52f6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -57,7 +57,7 @@
Security = {
ClearSearchTimeout = 1;
LockDatabaseIdle = true;
LockDatabaseIdleSeconds = 60;
LockDatabaseIdleSeconds = 120;
Security_HideNotes = true;
};