Storage: Enable mode 2 dual writing for playlists (#87245)
Enable mode 2 dual writing for playlists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user