Xqt has submitted this change and it was merged.
Change subject: (Bug 55414) Initial bugfix for non existing pages ......................................................................
(Bug 55414) Initial bugfix for non existing pages
Decrease the maximum number of pages loaded at once to API restriction (50 pages)
Change-Id: Ic77d85b5503ea2661dd7d54f131977cceb988935 --- M interwiki.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved
diff --git a/interwiki.py b/interwiki.py index 8265bc6..88a4693 100644 --- a/interwiki.py +++ b/interwiki.py @@ -302,7 +302,7 @@ interwiki_min_subjects
-query: The maximum number of pages that the bot will load at once. - Default value is 60. + Default value is 50.
Some configuration option can be used to change the working of this robot:
@@ -467,7 +467,7 @@ force = False cleanup = False remove = [] - maxquerysize = 60 + maxquerysize = 50 same = False skip = set() skipauto = False