From 891877d79b295341f20a701ceafa125bc9e21818 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 9 Mar 2019 08:39:50 +0000 Subject: [PATCH] ssid-switcher: decrease switch_timeframe allow the SSID to change to the offline SSID once every 15 minutes --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 0ea780db3..decd6cba2 100644 --- a/site.conf +++ b/site.conf @@ -45,7 +45,7 @@ ssid_changer = { enabled = true, - switch_timeframe = 30, + switch_timeframe = 15, first = 5, prefix = 'FFS_Offline_', suffix = 'nodename', -- GitLab