From 1598b10ec00a71bd7d94be99516abe346ef308d0 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 22 Jan 2024 15:55:25 +0100 Subject: [PATCH] bat-hosts TTL must be longer then cron re-generation interval --- .../files/etc/uci-defaults/shared-state-bat_hosts-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-state-bat_hosts/files/etc/uci-defaults/shared-state-bat_hosts-cron b/packages/shared-state-bat_hosts/files/etc/uci-defaults/shared-state-bat_hosts-cron index 5ed7fc439..817759679 100755 --- a/packages/shared-state-bat_hosts/files/etc/uci-defaults/shared-state-bat_hosts-cron +++ b/packages/shared-state-bat_hosts/files/etc/uci-defaults/shared-state-bat_hosts-cron @@ -8,7 +8,7 @@ unique_append() uci set shared-state.bat_hosts=dataType uci set shared-state.bat_hosts.name='bat-hosts' uci set shared-state.bat_hosts.scope='community' -uci set shared-state.bat_hosts.ttl='600' +uci set shared-state.bat_hosts.ttl='2400' uci set shared-state.bat_hosts.update_interval='30' uci commit shared-state