From fcbfe1ae093f783439de4a5187b785f9ee16252c Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:27:08 -0500 Subject: [PATCH] Raise wait stats cap from 20 to 30/50 so poison waits are never dropped (#139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SQL view TOP (20) → TOP (50) ensures low-volume poison waits like THREADPOOL reach the client. UI default selection cap raised from 20 to 30 across both Dashboard and Lite, giving enough room for poison waits + usual suspects + top 10 without squeezing. Closes #139 Co-Authored-By: Claude Opus 4.6 --- Dashboard/Controls/ResourceMetricsContent.xaml | 2 +- Dashboard/Controls/ResourceMetricsContent.xaml.cs | 4 ++-- Dashboard/Helpers/TabHelpers.cs | 6 +++--- Lite/Controls/ServerTab.xaml | 2 +- Lite/Controls/ServerTab.xaml.cs | 6 +++--- install/47_create_reporting_views.sql | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dashboard/Controls/ResourceMetricsContent.xaml b/Dashboard/Controls/ResourceMetricsContent.xaml index 9694d495..d30c14cb 100644 --- a/Dashboard/Controls/ResourceMetricsContent.xaml +++ b/Dashboard/Controls/ResourceMetricsContent.xaml @@ -112,7 +112,7 @@