jenkins-bot merged this change.

View Change

Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified
[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(-)

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 change 476277. To unsubscribe, or for help writing mail filters, visit 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 <info@gno.de>
Gerrit-Reviewer: Framawiki <framawiki@tools.wmflabs.org>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: jenkins-bot (75)