mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'fix-mutliple-api-calls-on-route-change-7.6' into fix-mutliple-api-calls-on-route-change
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user