From e495b200ebedf81a39ae1d9083c77102cda8baa8 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 14 Sep 2018 11:54:33 +0200 Subject: [PATCH] config: Increase orphan threshold to 10 days Signed-off-by: Adrian Schmutzler --- ffmap/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/config.py b/ffmap/config.py index d5235b6..4e51450 100644 --- a/ffmap/config.py +++ b/ffmap/config.py @@ -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