roll back unintended change to the responseMsToLive for RootDataservice

This commit is contained in:
Art Lowel
2023-09-26 16:56:07 +02:00
parent 32fc28ec54
commit 6a99185214

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);
}
/**