Skip to content

Commit

Permalink
reduce beacon publishing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed May 26, 2024
1 parent 6f51664 commit 9123b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choam/src/main/java/com/salesforce/apollo/choam/CHOAM.java
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public void publish(Digest hash, CertifiedBlock cb, boolean beacon) {
cb.getBlock().getBodyCase(), hash, ULong.valueOf(cb.getBlock().getHeader().getHeight()),
cb.getCertificationsCount(), params.member().getId());
}
combine.publish(cb, true);
combine.publish(cb, !beacon);
}

@Override
Expand Down

0 comments on commit 9123b22

Please sign in to comment.