X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=1459ab65a9b00653d79929533fe44467b5095f8f;hb=8523b82d83cbb7f248e8b03de1d130f0cecc64f7;hp=852ccc6c27f9166d6582e5f3d145385a0dedf857;hpb=b4ba469f260efe4bc1254c08cf70771b33c328fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 852ccc6c27..1459ab65a9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6118,7 +6118,10 @@ $wgTrxProfilerLimits = [ 'PostSend' => [ 'readQueryTime' => 5, 'writeQueryTime' => 1, - 'maxAffected' => 1000 + 'maxAffected' => 1000, + // Log master queries under the post-send entry point as they are discouraged + 'masterConns' => 0, + 'writes' => 0, ], // Background job runner 'JobRunner' => [