From 2ca9707fc0e8876436b550b31f63e1e21d145595 Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Mon, 20 Nov 2023 17:43:50 -0500 Subject: [PATCH] make user stats polling time 0 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6b16267..820a5bb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -217,7 +217,7 @@ const main = async () => { accountLoader: new BulkAccountLoader( connection, stateCommitment, - ORDERBOOK_UPDATE_INTERVAL * 10 + 0 ), }); await userStatsMap.subscribe();