Skip to content

Commit

Permalink
update always
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Feb 1, 2024
1 parent 7b55454 commit 54e815e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dlob-subscriber/DLOBSubscriberIO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
depth: -1,
numVammOrders: 100,
includeVamm,
updateOnChange: includeVamm,
updateOnChange: false,
fallbackL2Generators: [],
});
}
Expand All @@ -90,7 +90,7 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
marketName: market.marketName,
depth: -1,
includeVamm: false,
updateOnChange: true,
updateOnChange: false,
fallbackL2Generators: [
config.spotMarketSubscribers[market.marketIndex].phoenix,
config.spotMarketSubscribers[market.marketIndex].serum,
Expand Down

0 comments on commit 54e815e

Please sign in to comment.