Skip to content

Commit 63230f2

Browse files
Merge pull request #424 from erikdarlingdata/dev
Update sp_HumanEventsBlockViewer.sql
2 parents b1c0570 + 9e5fb20 commit 63230f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_HumanEvents/sp_HumanEventsBlockViewer.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ BEGIN
256256
EXEC sys.sp_configure ''show advanced options'', 1;
257257
EXEC sys.sp_configure ''blocked process threshold'', 5; /* Seconds of blocking before a report is generated */
258258
RECONFIGURE;',
259-
11, 0) WITH NOWAIT;
259+
10, 0) WITH NOWAIT;
260260
RETURN;
261261
END;
262262

0 commit comments

Comments
 (0)