jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/476277 )
Change subject: [doc] Remove compat speech "get_throttle" ...................................................................... [doc] Remove compat speech "get_throttle" get_thottle Throttle object isn't implemented at core. Change-Id: If8ae1a5bb5d0363b6601cc18adc4725087215e18 --- M pywikibot/config2.py 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified diff --git a/pywikibot/config2.py b/pywikibot/config2.py index 695ef98..1360461 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -640,9 +640,8 @@ # but never more than 'maxthrottle' seconds. However - if you are running # more than one bot in parallel the times are lengthened. # -# By default, the get_throttle is turned off, and 'maxlag' is used to -# control the rate of server access. Set minthrottle to non-zero to use a -# throttle on read access. +# 'maxlag' is used to control the rate of server access (see below). +# Set minthrottle to non-zero to use a throttle on read access. minthrottle = 0 maxthrottle = 60 -- To view, visit https://gerrit.wikimedia.org/r/476277 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If8ae1a5bb5d0363b6601cc18adc4725087215e18 Gerrit-Change-Number: 476277 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Framawiki <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
