Skip to content

Commit

Permalink
double max undel retries; help w/ DB query errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniels5757 committed Jun 13, 2023
1 parent 0eceb08 commit ddc297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklebatchundelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Twinkle.batchundelete.callback.evaluate = function(event) {
wikipedia_page.setEditSummary(input.reason);
wikipedia_page.setChangeTags(Twinkle.changeTags);
wikipedia_page.suppressProtectWarning();
wikipedia_page.setMaxRetries(3); // temporary increase from 2 to make batchundelete more likely to succeed [[phab:T222402]] #613
wikipedia_page.setMaxRetries(6); // temporary increase from 2 to make batchundelete more likely to succeed [[phab:T222402]] #613
wikipedia_page.undeletePage(Twinkle.batchundelete.callbacks.doExtras, pageUndeleter.workerFailure);
});
};
Expand Down

0 comments on commit ddc297b

Please sign in to comment.