Browse Source

Merge pull request #1521 from extemporalgenome/patch-1

comment typo: ChanneBufferSize -> ChannelBufferSize
Vlad Gorodetsky 6 năm trước cách đây
mục cha
commit
f7377f71ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -312,7 +312,7 @@ type Config struct {
 		// than this, that partition will stop fetching more messages until it
 		// can proceed again.
 		// Note that, since the Messages channel is buffered, the actual grace time is
-		// (MaxProcessingTime * ChanneBufferSize). Defaults to 100ms.
+		// (MaxProcessingTime * ChannelBufferSize). Defaults to 100ms.
 		// If a message is not written to the Messages channel between two ticks
 		// of the expiryTicker then a timeout is detected.
 		// Using a ticker instead of a timer to detect timeouts should typically