From b8047ecd02abba2fb11bdd4b0642c67533737b78 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:03:52 +0100 Subject: [PATCH] site: reduce ffac-ssid-changer intervals (cherry picked from commit 097db8737190a498ab59156b1fa8ab96b4514a18) --- site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 035f8772..716f3c06 100644 --- a/site.conf +++ b/site.conf @@ -161,8 +161,8 @@ ssid_changer = { enabled = true, - switch_timeframe = 15, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID - first = 5, -- the first few minutes directly after reboot within which an Offline-SSID may be activated every minute + switch_timeframe = 5, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID + first = 4, -- the first few minutes directly after reboot within which an Offline-SSID may be activated every minute prefix = 'offline.ffmuc.net/', -- use something short to leave space for the nodename (no '~' allowed!) suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none' tq_limit_enabled = false, -- incompatible with Batman V. The offline SSID will only be set if there is no gateway reacheable.