diff --git a/drift-common b/drift-common index d9935ac..a4074fa 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit d9935ac1f57fc46001114d4dd2dd96d3a283a8d8 +Subproject commit a4074fa924e1527b475cf1921c69c0272d2406ad diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index 2465908..99a2332 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -35,7 +35,7 @@ require('dotenv').config(); const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000; const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000; -const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 80; +const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 160; const PERP_MARKETS_TO_SKIP_SLOT_CHECK = process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined