We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fc28e commit 6a99185Copy full SHA for 6a99185
1 file changed
src/app/core/data/root-data.service.ts
@@ -25,7 +25,7 @@ export class RootDataService extends BaseDataService<Root> {
25
protected objectCache: ObjectCacheService,
26
protected halService: HALEndpointService,
27
) {
28
- super('', requestService, rdbService, objectCache, halService, 60 * 1000);
+ super('', requestService, rdbService, objectCache, halService, 6 * 60 * 60 * 1000);
29
}
30
31
/**
0 commit comments