work around websocket stable startup bug

This commit is contained in:
GroovieGermanikus 2024-08-05 15:36:49 +02:00
parent d03504fbfd
commit 1d9dc004cc
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ async fn websocket_source(rpc_url: Url, slot_source: SlotSource,
let mut ws1 = StableWebSocket::new_with_timeout(
rpc_url,
processed_slot_subscribe.clone(),
Duration::from_secs(3),
Duration::MAX,
)
.await
.unwrap();