Raise the default ratelimits.

master
voussoir 2022-05-07 10:33:22 -07:00
parent e92a2d9b57
commit 48552690dc
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 2 additions and 2 deletions

View File

@ -545,7 +545,7 @@ def main(argv):
'--overall_ratelimit', '--overall_ratelimit',
'--overall-ratelimit', '--overall-ratelimit',
type=bytestring.parsebytes, type=bytestring.parsebytes,
default=20*bytestring.MIBIBYTE, default=200*bytestring.MIBIBYTE,
help=''' help='''
The maximum bytes/sec of the server overall. The maximum bytes/sec of the server overall.
''', ''',
@ -554,7 +554,7 @@ def main(argv):
'--individual_ratelimit', '--individual_ratelimit',
'--individual-ratelimit', '--individual-ratelimit',
type=bytestring.parsebytes, type=bytestring.parsebytes,
default=10*bytestring.MIBIBYTE, default=100*bytestring.MIBIBYTE,
help=''' help='''
The maximum bytes/sec for any single request. The maximum bytes/sec for any single request.
''', ''',