Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386242 )

Change subject: disable the "bigfarm" update mode (for now)
......................................................................


disable the "bigfarm" update mode (for now)

Change-Id: I5393bed9a1989325f536fb8fc71d0ca1ac7e4580
---
M usr/lib/wikistats/update.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Paladox: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/usr/lib/wikistats/update.php b/usr/lib/wikistats/update.php
index 8406144..92e66ef 100755
--- a/usr/lib/wikistats/update.php
+++ b/usr/lib/wikistats/update.php
@@ -281,9 +281,9 @@
 $mybigcount=0;
 $totalcount=$wdb->query("select count(*) from ${table}")->fetchColumn();
 $bigfarm=false;
-if ($totalcount > 1000 && $table != "mediawikis") {
-    $bigfarm=true;
-}
+#if ($totalcount > 1000 && $table != "mediawikis") {
+#    $bigfarm=true;
+#}
 
 if (!isset($delay)) {
     $delay=1;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5393bed9a1989325f536fb8fc71d0ca1ac7e4580
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/wikistats
Gerrit-Branch: master
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to