2 references to ReconnectErrorThreshold
Microsoft.Extensions.Caching.StackExchangeRedis (2)
RedisCache.cs (2)
653
elapsedSinceFirstError >=
ReconnectErrorThreshold
// Make sure we gave the multiplexer enough time to reconnect on its own if it could.
654
&& elapsedSinceMostRecentError <=
ReconnectErrorThreshold
; // Make sure we aren't working on stale data (e.g. if there was a gap in errors, don't reconnect yet).