Commit a7b1d7f2 authored by Deepak Verma's avatar Deepak Verma

Revert "Add GCSettings.IsServerGC to the timeout exception"

This reverts commit 48be9a9f.
parent f72aa6d6
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
using Microsoft.Runtime.CompilerServices; using Microsoft.Runtime.CompilerServices;
#else #else
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime;
#endif #endif
namespace StackExchange.Redis namespace StackExchange.Redis
...@@ -1975,7 +1974,6 @@ internal T ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, Ser ...@@ -1975,7 +1974,6 @@ internal T ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, Ser
add("Active-Readers", "ar", ar.ToString()); add("Active-Readers", "ar", ar.ToString());
add("Client-Name", "clientName", ClientName); add("Client-Name", "clientName", ClientName);
add("Server-GC", "serverGC", GCSettings.IsServerGC.ToString());
#if !CORE_CLR #if !CORE_CLR
string iocp, worker; string iocp, worker;
int busyWorkerCount = GetThreadPoolStats(out iocp, out worker); int busyWorkerCount = GetThreadPoolStats(out iocp, out worker);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment