X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=5bf6163859b74ce52f31337702792ebbcef3608b;hb=83207676b86b999cfdfacc147f7b89efe7e34b42;hp=0886f3860ae2d2aca31f01fc053e2aee318eade5;hpb=21ebef5db3b7b39e91e4ef6400a3bf1f96eed5c1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0886f3860a..5bf6163859 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6330,11 +6330,6 @@ $wgShowDebug = false; */ $wgDebugTimestamps = false; -/** - * Print HTTP headers for every request in the debug information. - */ -$wgDebugPrintHttpHeaders = true; - /** * Show the contents of $wgHooks in Special:Version */ @@ -6523,14 +6518,6 @@ $wgStatsdSamplingRates = [ */ $wgPageInfoTransclusionLimit = 50; -/** - * Set this to an integer to only do synchronous site_stats updates - * one every *this many* updates. The other requests go into pending - * delta values in $wgMemc. Make sure that $wgMemc is a global cache. - * If set to -1, updates *only* go to $wgMemc (useful for daemons). - */ -$wgSiteStatsAsyncFactor = false; - /** * Parser test suite files to be run by parserTests.php when no specific * filename is passed to it.