Skip to content

Conversation

gladjohn
Copy link
Contributor

Fixes MAA token caching

Changes proposed in this request

  • adds in-memory cache

Testing
none

Performance impact
better perf as we cache MAA

Documentation

  • All relevant documentation is updated.

@gladjohn gladjohn changed the title [MSI v2] MAA token is no cached [MSI v2] MAA token is now cached Oct 15, 2025
// Past refresh time? Kick a non-blocking background refresh.
if (now >= entry.RefreshOnUtc)
{
KickBackgroundRefresh(entry, input, provider);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we discussed to not do any background refresh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants