docs(agent_config.go): update KeepaliveInterval default value to 2 sec

Update documentation for KeepaliveInterval to match defaultKeepaliveInterval constant
This commit is contained in:
Amin Cheloh
2024-11-26 10:53:54 -05:00
committed by Sean DuBois
parent 8b8fffdc3c
commit 35bb3fb992
+1 -1
View File
@@ -91,7 +91,7 @@ type AgentConfig struct {
// KeepaliveInterval determines how often should we send ICE
// keepalives (should be less then connectiontimeout above)
// when this is nil, it defaults to 10 seconds.
// when this is nil, it defaults to 2 seconds.
// A keepalive interval of 0 means we never send keepalive packets
KeepaliveInterval *time.Duration