From 9e5fb20878f6d66748ae4ed4733ccfeb748a886a Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 16 May 2024 09:02:52 -0400 Subject: [PATCH] Update sp_HumanEventsBlockViewer.sql Closes #423 --- sp_HumanEvents/sp_HumanEventsBlockViewer.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql index ed43e109..14d9eb8b 100644 --- a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql +++ b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql @@ -256,7 +256,7 @@ BEGIN EXEC sys.sp_configure ''show advanced options'', 1; EXEC sys.sp_configure ''blocked process threshold'', 5; /* Seconds of blocking before a report is generated */ RECONFIGURE;', - 11, 0) WITH NOWAIT; + 10, 0) WITH NOWAIT; RETURN; END;