From 88cacd5f1ed8d9b702f6094f876f95b8943a8704 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 Sep 2021 20:46:21 +0100 Subject: [PATCH] Better default --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 4953492ad..5711f324f 100644 --- a/epicyon.py +++ b/epicyon.py @@ -172,7 +172,7 @@ parser.add_argument('--dormantMonths', 'be unseen for before being considered dormant') parser.add_argument('--defaultReplyIntervalHours', dest='defaultReplyIntervalHours', type=int, - default=9999999999, + default=1000, help='How many hours after publication of a post ' + 'are replies to it permitted') parser.add_argument('--sendThreadsTimeoutMins',