From: Aaron Schulz Date: Thu, 5 Jun 2014 22:59:07 +0000 (-0700) Subject: Lowered the TransactionProfiler threshold X-Git-Tag: 1.31.0-rc.0~15439^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=2dcf1395c52745e444efd1633cecbd606f2e11ba;p=lhc%2Fweb%2Fwiklou.git Lowered the TransactionProfiler threshold Change-Id: Id574e8d2b2a28cba3003d6a344a4afb0307699e3 --- 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) */