Skip to content

Commit

Permalink
Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mu…
Browse files Browse the repository at this point in the history
…tliple-api-calls-on-route-change
  • Loading branch information
artlowel committed Sep 26, 2023
2 parents d02c539 + 6a99185 commit 67a6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/data/root-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 67a6f58

Please sign in to comment.