From c05f2a11f7f3d73b6537831311de998124272211 Mon Sep 17 00:00:00 2001 From: tkernell Date: Wed, 20 Nov 2024 10:14:22 -0600 Subject: [PATCH] remove extra sleep --- daemons/reporter/client/reporter_monitors.go | 1 - 1 file changed, 1 deletion(-) 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 }