Better default

merge-requests/30/head
Bob Mottram 2021-09-08 20:46:21 +01:00
parent 4ae19caeb4
commit 88cacd5f1e
1 changed files with 1 additions and 1 deletions

View File

@ -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',