fetchmail-errors: increase MINCOUNT

This commit is contained in:
neingeist 2017-10-18 18:54:44 +02:00
parent 346f57be00
commit ca36215360

View file

@ -7,7 +7,7 @@ import systemd.journal as journal
yesterday = datetime.datetime.today() - datetime.timedelta(1)
SINCE = yesterday
MINCOUNT = 5
MINCOUNT = 20
j = journal.Reader()