Add missing test configs

This commit is contained in:
Tim Donohue
2023-01-09 16:24:12 -06:00
parent 0d4cf5e468
commit ee0ebebf14

View File

@@ -55,6 +55,11 @@ export const environment: BuildConfig = {
defaultTime: 0,
maxBufferSize: 100,
timePerMethod: { [RestRequestMethod.PATCH]: 3 } as any // time in seconds
},
// In-memory cache of server-side rendered pages. Disabled in test environment (max=0)
serverSide: {
max: 0,
timeToLive: 15 * 60 * 1000, // 15 minutes
}
},