mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
79700: idle time and grace period testing times removed
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user