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
|
// Authority UI settings
|
||||||
ui: {
|
ui: {
|
||||||
// the amount of time before the idle warning is shown
|
// the amount of time before the idle warning is shown
|
||||||
// timeUntilIdle: 15 * 60 * 1000, // 15 minutes
|
timeUntilIdle: 15 * 60 * 1000, // 15 minutes
|
||||||
timeUntilIdle: 30 * 1000, // 30 seconds
|
|
||||||
// the amount of time the user has to react after the idle warning is shown before they are logged out.
|
// 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: 5 * 60 * 1000, // 5 minutes
|
||||||
idleGracePeriod: 1 * 60 * 1000, // 1 minute
|
|
||||||
},
|
},
|
||||||
// Authority REST settings
|
// Authority REST settings
|
||||||
rest: {
|
rest: {
|
||||||
|
Reference in New Issue
Block a user