Added ability to specify the period of the graph (v1.17)

This commit is contained in:
Mark Oudsen
2021-03-03 23:26:35 +01:00
parent 42bea0df98
commit c0e31d37be
3 changed files with 44 additions and 40 deletions

View File

@@ -17,5 +17,6 @@
"smtp_port": 25,
"smtp_transport": "none",
"smtp_strict": "yes",
"graph_match": "any"
"graph_match": "any",
"period": "2d"
}