mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storage: Enable mode 2 dual writing for playlists (#87245)
Enable mode 2 dual writing for playlists
This commit is contained in:
parent
0dffdc1756
commit
4db5ec28a1
@ -118,7 +118,7 @@ func (b *PlaylistAPIBuilder) GetAPIGroupInfo(
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
storage[resource.StoragePath()] = grafanarest.NewDualWriter(legacyStore, store)
|
||||
storage[resource.StoragePath()] = grafanarest.NewDualWriterMode2(legacyStore, store)
|
||||
}
|
||||
|
||||
apiGroupInfo.VersionedResourcesStorageMap[playlist.VERSION] = storage
|
||||
|
Loading…
Reference in New Issue
Block a user