Increase keepalive timeout. Add reconnection delay.

This commit is contained in:
Jay
2026-04-23 21:26:40 -04:00
parent 0ac8d9facd
commit 7e7b18bb2a
3 changed files with 34 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ import "fmt"
var (
// Config errors
InvalidKeepaliveTimeout = errors.New("keepalive timeout cannot be negative")
InvalidReconnectDelay = errors.New("reconnect delay cannot be negative")
InvalidMaxQueueSize = errors.New("maximum queue size cannot be negative")
InvalidBufferSize = errors.New("buffer size must be greater than zero")