Skip to content

Commit

Permalink
fix: reduce TTL GetMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fllorent0D committed Feb 16, 2023
1 parent bbec4e7 commit 4421531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/tabt-client/tabt-client.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class TabtClientService {
const [result] = await this.tabtClientSwitchingService.tabtClient.GetMembersAsync(input, options, headers);
return result;
};
return this.enrichBodyAndQueryWithCache('members', getMembersInput, getter, TTL_DURATION.TWELVE_HOURS);
return this.enrichBodyAndQueryWithCache('members', getMembersInput, getter, TTL_DURATION.EIGHT_HOURS);
}


Expand Down

0 comments on commit 4421531

Please sign in to comment.