widen out restart threshold
This commit is contained in:
@@ -30,8 +30,8 @@ type wsMarketArgs = {
|
||||
updateOnChange?: boolean;
|
||||
};
|
||||
|
||||
const PERP_MAKRET_STALENESS_THRESHOLD = 10 * 60 * 1000;
|
||||
const SPOT_MAKRET_STALENESS_THRESHOLD = 20 * 60 * 1000;
|
||||
const PERP_MAKRET_STALENESS_THRESHOLD = 30 * 60 * 1000;
|
||||
const SPOT_MAKRET_STALENESS_THRESHOLD = 60 * 60 * 1000;
|
||||
|
||||
const PERP_MARKETS_TO_SKIP_SLOT_CHECK = {
|
||||
'mainnet-beta': [17, 25, 28],
|
||||
|
||||
Reference in New Issue
Block a user