no fake sleep

This commit is contained in:
Jaremy Creechley 2023-09-05 17:19:01 -07:00
parent 834d0ebd0f
commit f542babae3
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -152,7 +152,7 @@ proc queryTask*(
) =
try:
os.sleep(100)
# os.sleep(100)
without res =? waitFor(qiter[].it.next()), err:
ret.failure(err)