mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "Unistore : Ensure Watch works in HA mode." (#94097)
Revert "Unistore : Ensure Watch works in HA mode. (#93428)"
This reverts commit 0a26c9e9ae.
This commit is contained in:
@@ -70,7 +70,6 @@ func (r sqlResourceRequest) Validate() error {
|
||||
type historyPollResponse struct {
|
||||
Key resource.ResourceKey
|
||||
ResourceVersion int64
|
||||
PreviousRV int64
|
||||
Value []byte
|
||||
Action int
|
||||
}
|
||||
@@ -102,7 +101,6 @@ func (r *sqlResourceHistoryPollRequest) Results() (*historyPollResponse, error)
|
||||
Name: r.Response.Key.Name,
|
||||
},
|
||||
ResourceVersion: r.Response.ResourceVersion,
|
||||
PreviousRV: r.Response.PreviousRV,
|
||||
Value: r.Response.Value,
|
||||
Action: r.Response.Action,
|
||||
}, nil
|
||||
|
||||
Reference in New Issue
Block a user