rate_limiter: Rename 'all' domain to 'api_by_user'.

This commit is contained in:
Mateusz Mandera
2019-08-03 20:39:49 +02:00
committed by Tim Abbott
parent 06198af5b9
commit cb71a6571e
4 changed files with 10 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ class Command(ZulipBaseCommand):
help="Seconds to block for.")
parser.add_argument('-d', '--domain',
dest='domain',
default='all',
help="Rate-limiting domain. Defaults to 'all'.")
default='api_by_user',
help="Rate-limiting domain. Defaults to 'api_by_user'.")
parser.add_argument('-b', '--all-bots',
dest='bots',
action='store_true',