X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2FTransactionProfiler.php;h=57a12a4463469f88e3ca629ef5ccbef0437fac95;hp=af431a6787e5dc37bf06f3db9445fc368633e9df;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=b95ca29602793f39191c06cd6941e3f32ab1bbb8 diff --git a/includes/libs/rdbms/TransactionProfiler.php b/includes/libs/rdbms/TransactionProfiler.php index af431a6787..57a12a4463 100644 --- a/includes/libs/rdbms/TransactionProfiler.php +++ b/includes/libs/rdbms/TransactionProfiler.php @@ -39,7 +39,7 @@ class TransactionProfiler implements LoggerAwareInterface { /** @var float Seconds */ protected $dbLockThreshold = 3.0; /** @var float Seconds */ - protected $eventThreshold = .25; + protected $eventThreshold = 0.25; /** @var bool */ protected $silenced = false;