From 494ddc0098c641dab40794127514ca7faec1ecdc Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:11:40 -0400 Subject: [PATCH] fix: cleanup CounterLock debug daemon logs --- a_sync/primitives/locks/counter.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/a_sync/primitives/locks/counter.pyx b/a_sync/primitives/locks/counter.pyx index 7b2a7683..2db39075 100644 --- a/a_sync/primitives/locks/counter.pyx +++ b/a_sync/primitives/locks/counter.pyx @@ -207,6 +207,7 @@ cdef class CounterLock(_DebugDaemonMixin): """ cdef time_t start, now start = time(NULL) + await sleep(300) while self._events: now = time(NULL) self.get_logger().debug(