Index: trunk/extensions/FlaggedRevs/maintenance/updateLinks.inc |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | function update_flaggedpages( $start = null ) { |
93 | 93 | echo "Populating and correcting flaggedpages/flaggedpage_config columns\n"; |
94 | 94 | |
95 | | - $BATCH_SIZE = 200; |
| 95 | + $BATCH_SIZE = 100; |
96 | 96 | |
97 | 97 | $db = wfGetDB( DB_MASTER ); |
98 | 98 | |