Content deleted Content added
observe reuse |
Rework numpages |
||
Line 73:
if (action == "purge") {
// 'purge' is always once every two second unless 'noratelimit',
var numPages = Math.round(wait.purge/wait.edit) || 1;▼
// so give editors with higher 'edit' rate a boost.
// More than 3 at a time leads to timeouts.
apiParams.titles = pageList.splice(0, numPages).join('|');
apiParams.forcerecursivelinkupdate = "1";
|