jenkins-bot has submitted this change and it was merged.

Change subject: Disable $wgScribuntoGatherFunctionStats
......................................................................


Disable $wgScribuntoGatherFunctionStats

Change-Id: Ibac0d60bd49dd7d67b322fd175f99f1fe1fe1261
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 019db8b..c98dcda 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2505,7 +2505,7 @@
        include( "$IP/extensions/Scribunto/Scribunto.php" );
        $wgScribuntoUseGeSHi = true;
        $wgScribuntoUseCodeEditor = true;
-       $wgScribuntoGatherFunctionStats = true;  // ori, 29-Oct-2015
+       $wgScribuntoGatherFunctionStats = false;  // ori, 29-Oct-2015
 
        $wgScribuntoDefaultEngine = 'luasandbox';
        $wgScribuntoEngineConf['luasandbox']['cpuLimit'] = 10;

-- 
To view, visit https://gerrit.wikimedia.org/r/249927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibac0d60bd49dd7d67b322fd175f99f1fe1fe1261
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to