Xqt created this task. Xqt added subscribers: Xqt, valhallasw, XZise, jayvdb, Ladsgroup. Xqt added projects: pywikibot-core, Pywikibot-RfCs. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION We have several site methods with "step" parameter which is None by default and handled by api.py assuming 50. patrol.py is the only script which increases that parameter to 300 or 5000. Is that parameter really needed? On the other hand there are dependencies which should be taken into account: - the site method's step should not be higher than pagegenerators.PreloadingGenerator's step parameter - the site method's step should not be higher than its total parameter (except there is a filtering afterwards) TASK DETAIL https://phabricator.wikimedia.org/T109208 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Ladsgroup, jayvdb, XZise, valhallasw, Aklapper, Xqt, pywikibot-bugs-list, Malyacko _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
