Skip to content

Commit

Permalink
remove extra sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
tkernell committed Nov 20, 2024
1 parent d93d027 commit c05f2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemons/reporter/client/reporter_monitors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c05f2a1

Please sign in to comment.