mirror of
https://github.com/bitwarden/server
synced 2026-01-05 10:03:23 +00:00
Fix typos in comments (#2876)
This commit is contained in:
@@ -50,7 +50,7 @@ public class CustomRedisProcessingStrategy : RedisProcessingStrategy
|
||||
return SkipRateLimitResult();
|
||||
}
|
||||
|
||||
// Check if any Redis timeouts have occured recently
|
||||
// Check if any Redis timeouts have occurred recently
|
||||
if (_memoryCache.TryGetValue<TimeoutCounter>(_redisTimeoutCacheKey, out var timeoutCounter))
|
||||
{
|
||||
// We've exceeded threshold, backoff Redis and skip rate limiting for now
|
||||
|
||||
Reference in New Issue
Block a user