@@ -2148,8 +2148,8 @@ private static int GetThreadPoolStats(out string iocp, out string worker)
/// Limit at which to start recording unusual busy patterns (only one log will be retained at a time;
/// set to a negative value to disable this feature)
/// </summary>
publicintStormLogThreshold{get;set;}=15;
publicintStormLogThreshold{get;set;}=15;
/// <summary>
/// Obtains the log of unusual busy patterns
/// </summary>
...
...
@@ -2166,12 +2166,12 @@ public void ResetStormLog()
Interlocked.Exchange(refstormLogSnapshot,null);
Interlocked.Exchange(refhaveStormLog,0);
}
privatelongsyncTimeouts,fireAndForgets;
/// <summary>
/// Request all compatible clients to reconfigure or reconnect
/// </summary>
/// </summary>
/// <param name="flags">The command flags to use.</param>2
/// <returns>The number of instances known to have received the message (however, the actual number can be higher; returns -1 if the operation is pending)</returns>