Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/89500


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/00/89500/1

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

-- 
To view, visit https://gerrit.wikimedia.org/r/89500
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic77d85b5503ea2661dd7d54f131977cceb988935
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to