Warn when the subscription limit has been reached

This commit is contained in:
SpaceFarmers.io
2024-04-16 14:39:58 +02:00
committed by GitHub
parent c304e4b533
commit 39022fec58
+1 -1
View File
@@ -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,
)