Skip to content

Commit

Permalink
Clear _cacheInvalid flag after rebuilding limiter cache in DefaultPar…
Browse files Browse the repository at this point in the history
…titionedRateLimiter (#98075)

Fix #95611
  • Loading branch information
PaulKlein authored Feb 13, 2024
1 parent 0dd2767 commit 5d123f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ private async Task Heartbeat()
{
_cachedLimiters.Clear();
_cachedLimiters.AddRange(_limiters);
_cacheInvalid = false;
}
}

Expand Down

0 comments on commit 5d123f1

Please sign in to comment.