From e46380eb50a6a0a3d5e388c317b0e8ee20fbf44b Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 3 Jul 2018 13:20:51 +0200 Subject: [PATCH] config.py: Wait 15 minutes before offline status 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 0609fca..db424f0 100644 --- a/ffmap/config.py +++ b/ffmap/config.py @@ -4,7 +4,7 @@ CONFIG = { "vpn_netif": "fffVPN", # Name of VPN interface "vpn_netif_l2tp": "l2tp", # Beginning of names of L2TP interfaces "vpn_netif_aux": "fffauxVPN", # Name of AUX interface - "offline_threshold_minutes": 10, # Router switches to offline after X minutes + "offline_threshold_minutes": 15, # Router switches to offline after X minutes "orphan_threshold_days": 7, # 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