From 8f7e04077b4e84b5afcf341e3f14b2add26681c1 Mon Sep 17 00:00:00 2001 From: Rifhan Akram Date: Mon, 30 Oct 2023 20:19:01 +0530 Subject: [PATCH] Documentation: Update Timeouts.md to include new Timers info in the log (#2568) With this change https://github.com/StackExchange/StackExchange.Redis/pull/2500 active Timers count is now part of the log --- docs/Timeouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Timeouts.md b/docs/Timeouts.md index 345f25dc5..1c4ac3756 100644 --- a/docs/Timeouts.md +++ b/docs/Timeouts.md @@ -96,7 +96,7 @@ By default Redis Timeout exception(s) includes useful information, which can hel |mgr | 8 of 10 available|Redis Internal Dedicated Thread Pool State| |IOCP | IOCP: (Busy=0,Free=500,Min=248,Max=500)| Runtime Global Thread Pool IO Threads. | |WORKER | WORKER: (Busy=170,Free=330,Min=248,Max=500)| Runtime Global Thread Pool Worker Threads.| -|POOL | POOL: (Threads=8,QueuedItems=0,CompletedItems=42)| Thread Pool Work Item Stats.| +|POOL | POOL: (Threads=8,QueuedItems=0,CompletedItems=42,Timers=10)| Thread Pool Work Item Stats.| |v | Redis Version: version |The `StackExchange.Redis` version you are currently using in your application.| |active | Message-Current: {string} |Included in exception message when `IncludeDetailInExceptions=True` on multiplexer| |next | Message-Next: {string} |When `IncludeDetailInExceptions=True` on multiplexer, it might include command and key, otherwise only command.|