Increase max posts per domain per min

main
Bob Mottram 2023-01-25 10:20:04 +00:00
parent 538454bafd
commit 3c3a3a2ae6
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ def _command_options() -> None:
default=None,
help='Remove a filter on a particular word or phrase')
parser.add_argument('--domainmax', dest='domain_max_posts_per_day',
type=int, default=8640,
type=int, default=16000,
help='Maximum number of received posts ' +
'from a domain per day')
parser.add_argument('--accountmax', dest='account_max_posts_per_day',