Decrease session extension interval to 10 minutes

b8057b3c4f813726cda7b2d31d7730c49c8d1a06

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/user.js+2 -2
@@ -9,8 +9,8 @@ import { ensureImageFormatSupported, getBase64Async, humanFileSize } from './uti
9export let currentUser = null;9export let currentUser = null;
10export let accountsEnabled = false;10export let accountsEnabled = false;
1111
12// Extend the session every 30 minutes12// Extend the session every 10 minutes
13const SESSION_EXTEND_INTERVAL = 30 * 60 * 1000;13const SESSION_EXTEND_INTERVAL = 10 * 60 * 1000;
1414
15/**15/**
16 * Enable or disable user account controls in the UI.16 * Enable or disable user account controls in the UI.