From c404746b7e8545ed663af218f3d654e0ecab1a84 Mon Sep 17 00:00:00 2001 From: jbhusson <jonah@elixxir.io> Date: Thu, 9 Mar 2023 12:38:01 -0500 Subject: [PATCH] Add comment to not log in roundChecker --- cmix/follow.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmix/follow.go b/cmix/follow.go index c832d5bd2..9aea33b4c 100644 --- a/cmix/follow.go +++ b/cmix/follow.go @@ -367,6 +367,7 @@ func (c *client) follow(identity receptionID.IdentityUse, // are messages waiting in rounds and then sends signals to the appropriate // handling threads roundChecker := func(rid id.Round) bool { + // IMPORTANT: DO NOT PUT LOGS HERE, IT RUNS TOO OFTEN AND WILL BREAK hasMessage := Checker(rid, filterList, identity.CR) if !hasMessage && c.verboseRounds != nil { c.verboseRounds.denote(rid, RoundState(NoMessageAvailable)) -- GitLab