From 9f4cba4e440c9685047ad43ea51b0d7c75685e8e Mon Sep 17 00:00:00 2001 From: Zoe McCormick <32151242+zoemccormick@users.noreply.github.com> Date: Tue, 21 May 2024 14:27:51 -0400 Subject: [PATCH] Update nsqd/channel.go Co-authored-by: Jehiah Czebotar --- nsqd/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsqd/channel.go b/nsqd/channel.go index a9919a836..d952ba6eb 100644 --- a/nsqd/channel.go +++ b/nsqd/channel.go @@ -335,7 +335,7 @@ func (c *Channel) put(m *Message) error { // we do this to ensure that we preferentially deliver messages based on toplogy // // Because messagePump is intermittently unavailable while writing a msg to a client - // we continue to have higher priority channels in the select loop, this means at each + // we continue to add lower priority channels in the select loop, this means at each // attempt a higher priority channel can still win select { case c.zoneLocalMsgChan <- m: