From f542babae389c3c6a6c469850b625e47ee2b81d4 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 5 Sep 2023 17:19:01 -0700 Subject: [PATCH] no fake sleep --- datastore/threads/threadbackend.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/threads/threadbackend.nim b/datastore/threads/threadbackend.nim index e9ffa1d..f570131 100644 --- a/datastore/threads/threadbackend.nim +++ b/datastore/threads/threadbackend.nim @@ -152,7 +152,7 @@ proc queryTask*( ) = try: - os.sleep(100) + # os.sleep(100) without res =? waitFor(qiter[].it.next()), err: ret.failure(err)