79700: idle time and grace period testing times removed

This commit is contained in:
Marie Verdonck
2021-06-18 13:24:34 +02:00
parent 4b1f086469
commit c696b78393

View File

@@ -47,11 +47,9 @@ export const environment: GlobalConfig = {
// Authority UI settings
ui: {
// the amount of time before the idle warning is shown
// timeUntilIdle: 15 * 60 * 1000, // 15 minutes
timeUntilIdle: 30 * 1000, // 30 seconds
timeUntilIdle: 15 * 60 * 1000, // 15 minutes
// the amount of time the user has to react after the idle warning is shown before they are logged out.
// idleGracePeriod: 5 * 60 * 1000, // 5 minutes
idleGracePeriod: 1 * 60 * 1000, // 1 minute
idleGracePeriod: 5 * 60 * 1000, // 5 minutes
},
// Authority REST settings
rest: {