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
99export let currentUser = null;
1010export let accountsEnabled = false;
1111
1212// Extend the session every 3010 minutes
1313const SESSION_EXTEND_INTERVAL = 3010 * 60 * 1000;
1414
1515/**
1616 * Enable or disable user account controls in the UI.