Skip to content

Commit

Permalink
Update teams-cache.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Sep 27, 2024
1 parent 5f56dca commit a0f6810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export class TeamsCacheService extends AbstractCacheService<IOrganizationTeam[]
) {
super(_storageService, _store);
this.prefix = TeamsCacheService.name.toString();
this.duration = 24 * 3600 * 1000; // 1 day
this.duration = 1 * 3600 * 1000; // 1 hour
}
}

0 comments on commit a0f6810

Please sign in to comment.