move phoenix refresh interval from 2 to 5s for dlob server

This commit is contained in:
Nour Alharithi
2024-05-20 18:30:57 -07:00
parent e1336001ce
commit 9428644d0f

View File

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