Lowered $wgUpdateRowsPerJob to avoid slave lag
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Sep 2015 17:49:28 +0000 (10:49 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Sep 2015 17:49:28 +0000 (10:49 -0700)
Bug: T95501
Change-Id: I3819391a55867aa60a6588336fe1c56ac991c2f9

includes/DefaultSettings.php

index 3895318..aa21c44 100644 (file)
@@ -7473,7 +7473,7 @@ $wgRunJobsAsync = true;
 /**
  * Number of rows to update per job
  */
-$wgUpdateRowsPerJob = 500;
+$wgUpdateRowsPerJob = 300;
 
 /**
  * Number of rows to update per query