mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-02 18:14:27 -05:00
Warn when the subscription limit has been reached
This commit is contained in:
@@ -92,7 +92,7 @@ class PeerSubscriptions:
|
||||
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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user