From 2dcf1395c52745e444efd1633cecbd606f2e11ba Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 5 Jun 2014 15:59:07 -0700 Subject: [PATCH] Lowered the TransactionProfiler threshold Change-Id: Id574e8d2b2a28cba3003d6a344a4afb0307699e3 --- includes/profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index 677f473c0d..9633d0d273 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -357,7 +357,7 @@ abstract class Profiler { */ class TransactionProfiler { /** @var float seconds */ - protected $mDBLockThreshold = 5.0; + protected $mDBLockThreshold = 3.0; /** @var array DB/server name => (active trx count, time, DBs involved) */ protected $mDBTrxHoldingLocks = array(); /** @var array DB/server name => list of (function name, elapsed time) */ -- 2.20.1