From af85289efa500ef43829b5ad28d9f2cd00c68bf8 Mon Sep 17 00:00:00 2001 From: Mohamed Alzayat <alzayat@mpi-sws.org> Date: Mon, 29 Jan 2018 14:55:14 +0000 Subject: [PATCH] Turning off stats by default --- LocalSettings.php | 2 +- LocalSettings.php.BACKUP | 1 + LocalSettings.php.FILE_CACHE | 1 + LocalSettings.php.NO_CACHE | 1 + LocalSettings.php.OBJ_CACHE | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LocalSettings.php b/LocalSettings.php index 9ce926a7..0d23559b 100755 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -166,7 +166,7 @@ $wgInvalidateCacheOnLocalSettingsChange=0; ##added by alzayat -- 28/03/2017 $wgSMEEnabled = 1; -$wgSMEStats = 1; +$wgSMEStats = 0; $wgSMEProfiling = 0; $wgSMEEnforcement = 1; $wgSMEDebug = 0; diff --git a/LocalSettings.php.BACKUP b/LocalSettings.php.BACKUP index dfb36f1e..fffae11c 100755 --- a/LocalSettings.php.BACKUP +++ b/LocalSettings.php.BACKUP @@ -162,6 +162,7 @@ $wgInvalidateCacheOnLocalSettingsChange=0; ##added by alzayat -- 28/03/2017 $wgSMEEnabled = 1; +$wgSMEStats = 0; $wgSMEProfiling = 1; $wgSMEEnforcement = 0; $wgSMEDebug = 1; diff --git a/LocalSettings.php.FILE_CACHE b/LocalSettings.php.FILE_CACHE index 424d7ee6..a2aee4bf 100755 --- a/LocalSettings.php.FILE_CACHE +++ b/LocalSettings.php.FILE_CACHE @@ -166,6 +166,7 @@ $wgInvalidateCacheOnLocalSettingsChange=0; ##added by alzayat -- 28/03/2017 $wgSMEEnabled = 1; +$wgSMEStats = 0; $wgSMEProfiling = 1; $wgSMEEnforcement = 1; $wgSMEDebug = 1; diff --git a/LocalSettings.php.NO_CACHE b/LocalSettings.php.NO_CACHE index 1f1a2e9d..0a3254b2 100755 --- a/LocalSettings.php.NO_CACHE +++ b/LocalSettings.php.NO_CACHE @@ -168,6 +168,7 @@ $wgInvalidateCacheOnLocalSettingsChange=0; ##added by alzayat -- 28/03/2017 $wgSMEEnabled = 1; +$wgSMEStats = 0; $wgSMEProfiling = 1; $wgSMEEnforcement = 1; $wgSMEDebug = 1; diff --git a/LocalSettings.php.OBJ_CACHE b/LocalSettings.php.OBJ_CACHE index 27d959d6..1c78757c 100755 --- a/LocalSettings.php.OBJ_CACHE +++ b/LocalSettings.php.OBJ_CACHE @@ -168,6 +168,7 @@ $wgInvalidateCacheOnLocalSettingsChange=0; ##added by alzayat -- 28/03/2017 $wgSMEEnabled = 1; +$wgSMEStats = 0; $wgSMEProfiling = 1; $wgSMEEnforcement = 1; $wgSMEDebug = 1; -- GitLab