diff --git a/daemons/reporter/client/reporter_monitors.go b/daemons/reporter/client/reporter_monitors.go index 501ec1ef..05bc798d 100644 --- a/daemons/reporter/client/reporter_monitors.go +++ b/daemons/reporter/client/reporter_monitors.go @@ -26,7 +26,6 @@ func (c *Client) MonitorCyclelistQuery(ctx context.Context, wg *sync.WaitGroup) committed := commitedIds[querymeta.Id] mutex.RUnlock() if bytes.Equal(querydata, prevQueryData) || committed { - time.Sleep(100 * time.Millisecond) time.Sleep(100 * time.Millisecond) continue }