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();