From 595810150c825686817dae18dadaec7930632dff Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 18 Nov 2017 01:24:33 +0100 Subject: [PATCH] routertools: Reduce offline delay to 15 minutes This is possible due to the optimized alfred proxy cron triggers. Signed-off-by: Adrian Schmutzler --- ffmap/routertools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/routertools.py b/ffmap/routertools.py index 6a84e1e..e9244dc 100644 --- a/ffmap/routertools.py +++ b/ffmap/routertools.py @@ -17,7 +17,7 @@ CONFIG = { "vpn_netif": "fffVPN", "vpn_netif_l2tp": "l2tp", "vpn_netif_aux": "fffauxVPN", - "offline_threshold_minutes": 20, + "offline_threshold_minutes": 15, "orphan_threshold_days": 7, "delete_threshold_days": 180, "router_stat_days": 7,