diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index b6049e6..5209823 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -149,6 +149,7 @@ const main = async () => { accountSubscription = { type: 'websocket', commitment: stateCommitment, + resubTimeoutMs: 30_000, }; slotSubscriber = new SlotSubscriber(connection); await slotSubscriber.subscribe();