Skip to content

Commit

Permalink
roll back unintended change to the responseMsToLive for RootDataservice
Browse files Browse the repository at this point in the history
  • Loading branch information
artlowel committed Sep 26, 2023
1 parent 32fc28e commit 6a99185
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 6a99185

Please sign in to comment.