From e7963683f1673d2b990b3d537aa4a7a144c2c5a3 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 25 Aug 2025 14:57:10 -0700 Subject: [PATCH] Adding live-map and static pages for the apis --- meshview/static/live-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/static/live-map.html b/meshview/static/live-map.html index 03b8fd5..b1d957f 100644 --- a/meshview/static/live-map.html +++ b/meshview/static/live-map.html @@ -166,7 +166,7 @@ } catch(err){ console.error(err); } } - loadNodes().then(()=>{ setInterval(pollPackets,1000); }); + loadNodes().then(()=>{ setInterval(pollPackets,2000); });