minor fixes

This commit is contained in:
Jay
2026-05-20 09:05:49 -04:00
parent ecd036b4eb
commit 59f7b86a2e
2 changed files with 6 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@ 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")
// Pool errors