Increased lock grace time

pull/209/head
M66B 2 years ago
parent 21bf53522d
commit 0644aa3ad8

@ -179,7 +179,7 @@ public class Helper {
static final int BUFFER_SIZE = 8192; // Same as in Files class
static final long MIN_REQUIRED_SPACE = 250 * 1024L * 1024L;
static final int MAX_REDIRECTS = 5; // https://www.freesoft.org/CIE/RFC/1945/46.htm
static final int AUTOLOCK_GRACE = 7; // seconds
static final int AUTOLOCK_GRACE = 15; // seconds
static final long PIN_FAILURE_DELAY = 3; // seconds
static final String PGP_OPENKEYCHAIN_PACKAGE = "org.sufficientlysecure.keychain";

Loading…
Cancel
Save