Skip to content

Commit

Permalink
Update src/aleph/services/ipfs/pubsub.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bram <[email protected]>
  • Loading branch information
nesitor and Psycojoker committed Jan 21, 2025
1 parent b66d343 commit 076c677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/services/ipfs/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 076c677

Please sign in to comment.