Skip to content

Commit 6a99185

Browse files
committed
roll back unintended change to the responseMsToLive for RootDataservice
1 parent 32fc28e commit 6a99185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/data/root-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class RootDataService extends BaseDataService<Root> {
2525
protected objectCache: ObjectCacheService,
2626
protected halService: HALEndpointService,
2727
) {
28-
super('', requestService, rdbService, objectCache, halService, 60 * 1000);
28+
super('', requestService, rdbService, objectCache, halService, 6 * 60 * 60 * 1000);
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)