https://bugzilla.wikimedia.org/show_bug.cgi?id=65013

xqt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from xqt <[email protected]> ---
Some additional hints

Look at Site.preloadpages() method at site.py line 1381
QueryGenerator.limit is set to -1:

rvgen.set_maximum_items(-1)  # suppress use of "rvlimit" parameter

Documentation of QueryGenerator.set_maximum_items() Shows
"""
        If set to -1 (or any negative value), the "limit" parameter will be
        omitted from the request. For some request types (such as
        prop=revisions), this is necessary to signal that only current
        revision is to be returned.
"""

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to