Updated name.

This commit is contained in:
Jay
2026-04-20 18:05:32 -04:00
parent 2c7b22b3d9
commit 111d813bdf
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -10,6 +10,6 @@ var (
ErrPeerExists = errors.New("peer already exists")
// Config errors
InvalidMaxQueueSize = errors.New("maximum queue size cannot be negative")
InvalidDeadTimeout = errors.New("dead timeout cannot be negative")
InvalidMaxQueueSize = errors.New("maximum queue size cannot be negative")
InvalidInactivityTimeout = errors.New("inactivity timeout cannot be negative")
)