diff options
| -rw-r--r-- | user-config.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 <number-of-seconds> +put_throttle = 0 |
