diff --git a/src/aleph/services/ipfs/pubsub.py b/src/aleph/services/ipfs/pubsub.py index d2d42057..3ea782de 100644 --- a/src/aleph/services/ipfs/pubsub.py +++ b/src/aleph/services/ipfs/pubsub.py @@ -26,5 +26,5 @@ async def incoming_channel( except InvalidMessageException: LOGGER.warning(f"Invalid message {mvalue}") except Exception: - LOGGER.exception("Exception in IPFS pubsub, reconnecting in 2 seconds...") + LOGGER.exception("Exception in IPFS pubsub, reconnecting in 100 ms...") await asyncio.sleep(0.1)