update every second

This commit is contained in:
Nour Alharithi
2023-11-11 09:34:21 -08:00
parent bd520a4c62
commit d18952572a

View File

@@ -168,7 +168,7 @@ const main = async () => {
const bulkAccountLoader = new BulkAccountLoader( const bulkAccountLoader = new BulkAccountLoader(
connection, connection,
stateCommitment, stateCommitment,
ORDERBOOK_UPDATE_INTERVAL * 10 ORDERBOOK_UPDATE_INTERVAL
), ),
driftClient = new DriftClient({ driftClient = new DriftClient({
connection, connection,