fetchmail-errors: increase MINCOUNT
This commit is contained in:
parent
346f57be00
commit
ca36215360
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import systemd.journal as journal
|
||||||
|
|
||||||
yesterday = datetime.datetime.today() - datetime.timedelta(1)
|
yesterday = datetime.datetime.today() - datetime.timedelta(1)
|
||||||
SINCE = yesterday
|
SINCE = yesterday
|
||||||
MINCOUNT = 5
|
MINCOUNT = 20
|
||||||
|
|
||||||
|
|
||||||
j = journal.Reader()
|
j = journal.Reader()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue