tighter phoenix interval
This commit is contained in:
@@ -173,7 +173,7 @@ const initializeAllMarketSubscribers = async (driftClient: DriftClient) => {
|
|||||||
const bulkAccountLoader = new BulkAccountLoader(
|
const bulkAccountLoader = new BulkAccountLoader(
|
||||||
driftClient.connection,
|
driftClient.connection,
|
||||||
stateCommitment,
|
stateCommitment,
|
||||||
5_000
|
2_000
|
||||||
);
|
);
|
||||||
const phoenixSubscriber = new PhoenixSubscriber({
|
const phoenixSubscriber = new PhoenixSubscriber({
|
||||||
connection: driftClient.connection,
|
connection: driftClient.connection,
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ const initializeAllMarketSubscribers = async (driftClient: DriftClient) => {
|
|||||||
const bulkAccountLoader = new BulkAccountLoader(
|
const bulkAccountLoader = new BulkAccountLoader(
|
||||||
driftClient.connection,
|
driftClient.connection,
|
||||||
stateCommitment,
|
stateCommitment,
|
||||||
5_000
|
2_000
|
||||||
);
|
);
|
||||||
const phoenixSubscriber = new PhoenixSubscriber({
|
const phoenixSubscriber = new PhoenixSubscriber({
|
||||||
connection: driftClient.connection,
|
connection: driftClient.connection,
|
||||||
|
|||||||
Reference in New Issue
Block a user