Skip to content

Commit 71afc42

Browse files
committed
minor wording updates
1 parent 0f82dbd commit 71afc42

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/server/main-server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const BackupCleanupTick = 2 * time.Minute
6262
const BackupCleanupInterval = 4 * time.Hour
6363
const InitialDiagnosticWait = 5 * time.Minute
6464
const DiagnosticTick = 10 * time.Minute
65-
const DiagnosticInterval = 24 * time.Hour
6665

6766
var shutdownOnce sync.Once
6867

docs/docs/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This document outlines the current telemetry system as of v0.11.1. As of v0.12.5
3232

3333
## Diagnostics Ping
3434

35-
Wave sends a small, anonymous diagnostics ping after the app has been running for a short time and at most once per day thereafter. This is used to estimate active installs and understand which versions are still in use, so we know what to support and when it's safe to remove old code paths.
35+
Wave sends a small, anonymous diagnostics ping after the app has been running for a short time and at most once per day thereafter. This is used to estimate active installs and understand which versions are still in use, so we can make informed decisions about ongoing support and deprecations.
3636

3737
The ping includes only: your Wave version, OS/CPU arch, local date (yyyy-mm-dd, no timezone or clock time), your randomly generated anonymous client ID, and whether usage telemetry is enabled or disabled.
3838

0 commit comments

Comments
 (0)