From 8a49c1bc7f3504823a0576269d4c9e42e2af80e1 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Fri, 15 Dec 2023 13:09:35 -0800 Subject: [PATCH] add back resubTimeoutMs --- src/publishers/dlobPublisher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 7556956..a036b1d 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -167,6 +167,7 @@ const main = async () => { accountSubscription = { type: 'websocket', commitment: stateCommitment, + resubTimeoutMs: 30_000, }; slotSubscriber = new SlotSubscriber(connection); await slotSubscriber.subscribe();