Skip to content

Commit 4d3e9b7

Browse files
committed
bump staleness threshold for excluding vamm orders
1 parent 0b0920c commit 4d3e9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlob-subscriber/DLOBSubscriberIO.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require('dotenv').config();
3535

3636
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
3737
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
38-
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 80;
38+
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 160;
3939

4040
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
4141
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined

0 commit comments

Comments
 (0)