Skip to content

Commit

Permalink
Warn when the subscription limit has been reached
Browse files Browse the repository at this point in the history
  • Loading branch information
spacefarmers authored Apr 16, 2024
1 parent c304e4b commit 39022fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/full_node/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def add_puzzle_subscriptions(self, peer_id: bytes32, puzzle_hashes: List[bytes32
added: Set[bytes32] = set()

def limit_reached() -> Set[bytes32]:
log.info(
log.warning(
"Peer %s attempted to exceed the subscription limit while adding puzzle subscriptions.",
peer_id,
)
Expand Down

0 comments on commit 39022fe

Please sign in to comment.