tighter phoenix interval

This commit is contained in:
Nour Alharithi
2024-05-16 06:58:38 -07:00
parent c8405085e6
commit c622775910
2 changed files with 2 additions and 2 deletions

View File

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

View File

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