From 812ad42abc1f2866ea4dd76ecc308aaa55d1edc9 Mon Sep 17 00:00:00 2001 From: Alex Godoroja <50743382+Alexgodoroja@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:02:25 -0700 Subject: [PATCH] Update stale network stats on plain homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plain homepage (/plain/) hardcodes network statistics that the marketing homepage renders live from /api/public-stats. Those numbers had drifted ~7x out of date: - Agents on the network: ~35,000 -> ~243,000 (live total_nodes 243,147) - Requests routed: ~5B -> ~104B (live total_requests 104.3B) Service-agent count (350+) is unchanged and still matches the source. Targeted fix only — no page regeneration. --- src/pages/plain/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/plain/index.astro b/src/pages/plain/index.astro index ab80d97..016ed7a 100644 --- a/src/pages/plain/index.astro +++ b/src/pages/plain/index.astro @@ -65,8 +65,8 @@ $ pilotctl ping agent-alpha