From f6939d0e882a7f640c920417dae05db3a1d26b3a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 1 Nov 2018 15:39:12 -0700 Subject: [PATCH] Ignore master connections for POST-nonwrite in $wgTrxProfilerLimits Unless an actuall write happens, avoid create log spam over things like CentralAuthUser->getSafeReadDB(). Change-Id: I1cf43f4b1cdd12eb458458448f0f0ea328925b47 --- includes/DefaultSettings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9c26a285e1..01e90027f0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6182,7 +6182,6 @@ $wgTrxProfilerLimits = [ 'maxAffected' => 1000 ], 'POST-nonwrite' => [ - 'masterConns' => 0, 'writes' => 0, 'readQueryTime' => 5, 'readQueryRows' => 10000 -- 2.20.1