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 3
3
> :heart :
4
4
> [ ** Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs] ( https://uptrace.dev )
5
5
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
+
6
11
## v8.8
7
12
8
13
- 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 {
484
484
}
485
485
}
486
486
487
- // WithChannelSendTimeout specifies that channel send timeout after which
487
+ // WithChannelSendTimeout specifies the channel send timeout after which
488
488
// the message is dropped.
489
489
//
490
490
// The default is 60 seconds.
You can’t perform that action at this time.
0 commit comments