mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 20:30:39 +00:00
Tweak ban logic, update config description
This commit is contained in:
parent
3a7527c418
commit
66f62efcbb
2 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,7 @@ def main():
|
|||
default=DEFARGS['REQ_FLOOD_THRESHOLD'],
|
||||
type=int,
|
||||
metavar="<number>",
|
||||
help="Set the maximum number of request limit offences per 4 weeks that a client can exceed before being banned. (%(default)s)",
|
||||
help="Set the maximum number of request limit offences that a client can exceed before being banned. (%(default)s)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--batch-limit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue