06/07 Optimize app
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
// ── Idle lock ─────────────────────────────────────────────────────────────────
|
||||
|
||||
// Default: 10 minutes. User can change via the Account view in the popup.
|
||||
const DEFAULT_IDLE_LOCK_SECONDS = 600;
|
||||
// Default: never lock (session clears naturally on browser close via chrome.storage.session).
|
||||
const DEFAULT_IDLE_LOCK_SECONDS = 0;
|
||||
const IDLE_TIMEOUT_KEY = "idle_lock_seconds";
|
||||
|
||||
/** Apply the idle detection interval, reading the user's saved preference. */
|
||||
|
||||
Reference in New Issue
Block a user