Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change

This commit is contained in:
Art Lowel
2023-09-26 16:56:17 +02:00

View File

@@ -25,7 +25,7 @@ export class RootDataService extends BaseDataService<Root> {
protected objectCache: ObjectCacheService,
protected halService: HALEndpointService,
) {
super('', requestService, rdbService, objectCache, halService, 60 * 1000);
super('', requestService, rdbService, objectCache, halService, 6 * 60 * 60 * 1000);
}
/**