mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
live: update centrifuge to v0.18.2 (#38925)
This commit is contained in:
@@ -113,9 +113,6 @@ func ProvideService(plugCtxProvider *plugincontext.Provider, cfg *setting.Cfg, r
|
||||
broker, err := centrifuge.NewRedisBroker(node, centrifuge.RedisBrokerConfig{
|
||||
Prefix: "gf_live",
|
||||
|
||||
// We are using Redis streams here for history. Require Redis >= 5.
|
||||
UseStreams: true,
|
||||
|
||||
// Use reasonably large expiration interval for stream meta key,
|
||||
// much bigger than maximum HistoryLifetime value in Node config.
|
||||
// This way stream meta data will expire, in some cases you may want
|
||||
|
||||
Reference in New Issue
Block a user