From a6f96ac42a314b265797a798ba4e16f5929d2b99 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Tue, 8 Jul 2025 10:21:54 +0300 Subject: [PATCH] test without the watchdog --- library/waku_context.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/library/waku_context.nim b/library/waku_context.nim index 6a6422d02..33db477b4 100644 --- a/library/waku_context.nim +++ b/library/waku_context.nim @@ -136,6 +136,7 @@ proc watchdogThreadBody(ctx: ptr WakuContext) {.thread.} = ## Watchdog thread that monitors the Waku thread and notifies the library user if it hangs. let watchdogRun = proc(ctx: ptr WakuContext) {.async.} = + return const WatchdogTimeinterval = 1.seconds const WakuNotRespondingTimeout = 3.seconds while true: