mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Fix test configuration
This commit is contained in:
@@ -58,8 +58,14 @@ export const environment: BuildConfig = {
|
|||||||
},
|
},
|
||||||
// In-memory cache of server-side rendered pages. Disabled in test environment (max=0)
|
// In-memory cache of server-side rendered pages. Disabled in test environment (max=0)
|
||||||
serverSide: {
|
serverSide: {
|
||||||
max: 0,
|
botCache: {
|
||||||
timeToLive: 15 * 60 * 1000, // 15 minutes
|
max: 0,
|
||||||
|
timeToLive: 24 * 60 * 60 * 1000, // 1 day
|
||||||
|
},
|
||||||
|
anonymousCache: {
|
||||||
|
max: 0,
|
||||||
|
timeToLive: 10 * 1000, // 10 seconds
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user