From 3f46372cce424621e1e6041cd2fc19e8ec292e68 Mon Sep 17 00:00:00 2001 From: klea Date: Thu, 11 Dec 2025 22:11:56 +0000 Subject: user-config: put_throttle = 0 don't wait before changing pages from https://stackoverflow.com/a/60885381 which is further from https://github.com/donkaban/pywiki-bot/blob/1c5175ae9a14321e535e45635496b406aacb2c52/user-config.py#L159-L161 --- user-config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'user-config.py') diff --git a/user-config.py b/user-config.py index 210d9e5..829e822 100644 --- a/user-config.py +++ b/user-config.py @@ -5,3 +5,8 @@ password_file = "user-password.cfg" mylang = 'en' family = 'ArchiveTeam' usernames['ArchiveTeam']['en'] = os.environ.get('ATWIKI_EN', '') + +# don't wait when doing changes, do them as fast as you can +# comment this if you're going to do a lot of edits, or use +# -put_throttle +put_throttle = 0 -- cgit v1.3.1-10-gc9f91