From 9428644d0f7b4fcf2f9bec5f8686409e71bae98f Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Mon, 20 May 2024 18:30:57 -0700 Subject: [PATCH] move phoenix refresh interval from 2 to 5s for dlob server --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 23f0dba..89b9f61 100644 --- a/src/index.ts +++ b/src/index.ts @@ -180,7 +180,7 @@ const initializeAllMarketSubscribers = async (driftClient: DriftClient) => { const bulkAccountLoader = new BulkAccountLoader( driftClient.connection, stateCommitment, - 2_000 + 5_000 ); const phoenixSubscriber = new PhoenixSubscriber({ connection: driftClient.connection,