Merge pull request #227 from drift-labs/master
move slot threshold back to 80
This commit is contained in:
@@ -33,7 +33,7 @@ require('dotenv').config();
|
|||||||
|
|
||||||
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
|
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
|
||||||
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
|
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
|
||||||
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 10;
|
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 80;
|
||||||
|
|
||||||
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
|
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
|
||||||
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined
|
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user