make user stats polling time 0

This commit is contained in:
Chris Heaney
2023-11-20 17:43:50 -05:00
parent 6ce59a1394
commit 2ca9707fc0

View File

@@ -217,7 +217,7 @@ const main = async () => {
accountLoader: new BulkAccountLoader(
connection,
stateCommitment,
ORDERBOOK_UPDATE_INTERVAL * 10
0
),
});
await userStatsMap.subscribe();