diff --git a/drift-common b/drift-common index 8afb237..006397d 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 8afb2379ef4797ee07eb39cdc803d8ec45ab1466 +Subproject commit 006397d9c8f1b0aaf4d42186534bcf3252d1abcd diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 170bdda..7eb8468 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -372,7 +372,9 @@ const main = async () => { commitment: stateCommitment, resubTimeoutMs: 30_000, }; - slotSubscriber = new SlotSubscriber(connection); + slotSubscriber = new SlotSubscriber(connection, { + resubTimeoutMs: 10_000, + }); await slotSubscriber.subscribe(); slotSource = {