config: Router stats are stored for 14 days instead of 7

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2017-11-21 11:42:29 +01:00
parent 846f66281e
commit 17ea9274bb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CONFIG = {
"offline_threshold_minutes": 15,
"orphan_threshold_days": 7,
"delete_threshold_days": 180,
"router_stat_days": 7,
"router_stat_days": 14,
"event_num_entries": 20,
"global_stat_days": 30,
"csv_dir": "/var/lib/ffmap/csv",