Decrease session extension interval to 10 minutes
| @@ -9,8 +9,8 @@ import { ensureImageFormatSupported, getBase64Async, humanFileSize } from './uti | ||
| 9 | 9 | export let currentUser = null; |
| 10 | 10 | export let accountsEnabled = false; |
| 11 | 11 | |
| 12 | 12 | // Extend the session every 3010 minutes |
| 13 | 13 | const SESSION_EXTEND_INTERVAL = 3010 * 60 * 1000; |
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * Enable or disable user account controls in the UI. |