move slot threshold back to 80

This commit is contained in:
Nour Alharithi
2024-08-07 11:07:13 -07:00
parent bb83b4789b
commit 6288370bcf

View File

@@ -33,7 +33,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 = 10;
const STALE_ORACLE_REMOVE_VAMM_THRESHOLD = 80;
const PERP_MARKETS_TO_SKIP_SLOT_CHECK =
process.env.PERP_MARKETS_TO_SKIP_SLOT_CHECK !== undefined