e1.2.1 Readme update and comment cleanup.

This commit is contained in:
2025-04-24 15:31:49 -04:00
parent bfed212f40
commit 764caeb894
8 changed files with 118 additions and 134 deletions

View File

@ -75,8 +75,8 @@ var defaultConfig = Config{
MaxCheckIntervalMs: 60000,
// Heartbeat settings
HeartbeatLevel: 0, // Disabled by default
HeartbeatIntervalS: 60, // Default to 60 seconds if enabled
HeartbeatLevel: 0,
HeartbeatIntervalS: 60,
}
// DefaultConfig returns a copy of the default configuration