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