Merge pull request #165 from drift-labs/master

move phoenix refresh interval from 2 to 5s for dlob server
This commit is contained in:
moosecat
2024-05-20 18:31:27 -07:00
committed by GitHub

View File

@@ -180,7 +180,7 @@ const initializeAllMarketSubscribers = async (driftClient: DriftClient) => {
const bulkAccountLoader = new BulkAccountLoader( const bulkAccountLoader = new BulkAccountLoader(
driftClient.connection, driftClient.connection,
stateCommitment, stateCommitment,
2_000 5_000
); );
const phoenixSubscriber = new PhoenixSubscriber({ const phoenixSubscriber = new PhoenixSubscriber({
connection: driftClient.connection, connection: driftClient.connection,