File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33> :heart :
44> [ ** Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs] ( https://uptrace.dev )
55
6+ ## v8.9
7+
8+ - Changed ` PubSub.Channel ` to only rely on ` Ping ` result. You can now use ` WithChannelSize ` ,
9+ ` WithChannelHealthCheckInterval ` , and ` WithChannelSendTimeout ` to override default settings.
10+
611## v8.8
712
813- To make updating easier, extra modules now have the same version as go-redis does. That means that
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ func WithChannelHealthCheckInterval(d time.Duration) ChannelOption {
484484 }
485485}
486486
487- // WithChannelSendTimeout specifies that channel send timeout after which
487+ // WithChannelSendTimeout specifies the channel send timeout after which
488488// the message is dropped.
489489//
490490// The default is 60 seconds.
You can’t perform that action at this time.
0 commit comments