From 3c3a3a2ae6475a2d516f389f654482c5488aea23 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 Jan 2023 10:20:04 +0000 Subject: [PATCH] Increase max posts per domain per min --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 4594e3ed0..58565d8a4 100644 --- a/epicyon.py +++ b/epicyon.py @@ -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',