Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Dec 23, 2024
1 parent 23b05be commit 640f6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/waku_relay/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ proc updateTopicsHealth(wakuRelay: WakuRelay) {.async.} =

proc topicsHealthLoop(wakuRelay: WakuRelay) {.async.} =
while true:
# don't wait for all the callbacks to finish
await wakuRelay.updateTopicsHealth()
await sleepAsync(10.seconds)

Expand Down

0 comments on commit 640f6d3

Please sign in to comment.