config: Increase orphan threshold to 10 days

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-09-14 11:54:33 +02:00
parent c657f1544f
commit e495b200eb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CONFIG = {
"vpn_netif_l2tp": "l2tp", # Beginning of names of L2TP interfaces
"vpn_netif_aux": "fffauxVPN", # Name of AUX interface
"offline_threshold_minutes": 15, # Router switches to offline after X minutes
"orphan_threshold_days": 7, # Router switches to orphaned state after X days
"orphan_threshold_days": 10, # Router switches to orphaned state after X days
"delete_threshold_days": 180, # Router is deleted after X days
"gw_netif_threshold_hours": 48, # Hours which outdated netif from gwinfo is preserved for statistics
"router_stat_days": 30, # Router stats are collected for X days