lower to once per slot and lower long tail slippage

This commit is contained in:
Nick Caradonna
2025-07-28 18:22:46 -04:00
parent f234ad208a
commit 3f04ab0723
3 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ const useOrderSubscriber =
process.env.USE_ORDER_SUBSCRIBER?.toLowerCase() === 'true';
const ORDERBOOK_UPDATE_INTERVAL =
parseInt(process.env.ORDERBOOK_UPDATE_INTERVAL) || 500;
parseInt(process.env.ORDERBOOK_UPDATE_INTERVAL) || 400;
const WS_FALLBACK_FETCH_INTERVAL = 60_000;
const KILLSWITCH_SLOT_DIFF_THRESHOLD =