From 7d27ea09359c0d7044e89a5f7f8e9094b4f14bba Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:32:48 +0200 Subject: [PATCH] remove debug sleep Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- back/search/search.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/back/search/search.go b/back/search/search.go index c3e9738..4040010 100644 --- a/back/search/search.go +++ b/back/search/search.go @@ -44,8 +44,6 @@ func Search(s *server.Server, q Query, r *Result, mu *sync.RWMutex) { r.ResultsCount = 0 mu.Unlock() - time.Sleep(20 * time.Second) // To ensure the status update is sent to the client before starting the search - wg.Add(3) go func() { if !q.Datawells {