mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05: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
|
||||
|
@ -77,7 +77,7 @@ public static class LoggerFactoryExtensions
|
||||
}
|
||||
else if (CoreHelpers.SettingHasValue(globalSettings?.Syslog.Destination))
|
||||
{
|
||||
// appending sitename to project name to allow eaiser identification in syslog.
|
||||
// appending sitename to project name to allow easier identification in syslog.
|
||||
var appName = $"{globalSettings.SiteName}-{globalSettings.ProjectName}";
|
||||
if (globalSettings.Syslog.Destination.Equals("local", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
Reference in New Issue
Block a user