mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
unistore: fix watch events forever looping (#93517)
This commit is contained in:
@@ -546,7 +546,9 @@ func (b *backend) poller(ctx context.Context, since groupResourceRV, stream chan
|
||||
t.Reset(interval)
|
||||
continue
|
||||
}
|
||||
since[group][resource] = next
|
||||
if next > since[group][resource] {
|
||||
since[group][resource] = next
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user