Skip to content
Snippets Groups Projects
Commit c404746b authored by Jonah Husson's avatar Jonah Husson
Browse files

Add comment to not log in roundChecker

parent 258efd15
No related branches found
No related tags found
2 merge requests!562Revert "Revert "Merge branch 'xx-4509/batch-pickup' into 'release'"",!515Release
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment