Skip to content

Commit

Permalink
Increase pysignalr timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Aug 19, 2024
1 parent 97a8251 commit ebabdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dipdup/datasources/tezos_tzkt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ def _get_signalr_client(self) -> SignalRClient:
self._signalr_client = SignalRClient(
url=f'{self._http._url}/v1/ws',
max_size=None,
connection_timeout=30,
)

self._signalr_client.on_open(self._on_connected)
Expand Down

0 comments on commit ebabdb0

Please sign in to comment.