Make updateCollation wait for slaves every 500 (instead of 2000)
authorBrian Wolff <bawolff+wn@gmail.com>
Thu, 12 May 2016 10:32:47 +0000 (06:32 -0400)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 12 May 2016 10:32:47 +0000 (06:32 -0400)
commitd9a965c69d0712567efd68c94a1f38f9cd50056c
treeb324ef4f2f3697b46970f7c351f2501580f01d26
parent44a4bdb691fa8765540560f68addf966a39438e8
Make updateCollation wait for slaves every 500 (instead of 2000)

2000 writes per wfWaitForSlaves() seems a bit high. There was a
report of this script causing some slave lag when being run.
Note that, the amount of time between wfWaitForSlaves() was
previously increased in r97146.

Bug: T58041
Change-Id: I07a29499775a17255865f25e6b9f1058f898193b
maintenance/updateCollation.php