From d18952572a203b9d97b6e3d41660bac7047b84b9 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Sat, 11 Nov 2023 09:34:21 -0800 Subject: [PATCH] update every second --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 03f6c1c..678ea36 100644 --- a/src/index.ts +++ b/src/index.ts @@ -168,7 +168,7 @@ const main = async () => { const bulkAccountLoader = new BulkAccountLoader( connection, stateCommitment, - ORDERBOOK_UPDATE_INTERVAL * 10 + ORDERBOOK_UPDATE_INTERVAL ), driftClient = new DriftClient({ connection,