diff --git a/drift-common b/drift-common index 016276f..006397d 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 016276f0e5eb5ef52d673f2a80ec5aeed210e4ad +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 = {