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

This commit is contained in:
2026-06-07 16:16:55 -04:00
parent 7d5423ef3f
commit 0295fac3fa
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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. */