From 37486de5562be07370ac31889f6cf45ba8c78974 Mon Sep 17 00:00:00 2001 From: Chris Aubuchon Date: Mon, 6 Jul 2026 14:49:40 -0700 Subject: [PATCH] Update stream.yml --- platform/paths/infrastructure/servers/telemetry/stream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/paths/infrastructure/servers/telemetry/stream.yml b/platform/paths/infrastructure/servers/telemetry/stream.yml index fc49ae18..f3c1c796 100644 --- a/platform/paths/infrastructure/servers/telemetry/stream.yml +++ b/platform/paths/infrastructure/servers/telemetry/stream.yml @@ -5,7 +5,7 @@ get: description: | Retrieves an access token and URL to open a websocket to for streaming server telemetry live. This connects directly to the server and streams telemetry in real time, with a new snapshot - pushed approximately every 5 seconds. + pushed approximately every 10 seconds. Open a WebSocket to the returned `address`, passing the token as the `token` query parameter (e.g. `wss://
?token=`).