speed up dlob publisher messages

This commit is contained in:
Nick Caradonna
2025-07-28 17:58:16 -04:00
parent ab0c874fc2
commit f234ad208a
2 changed files with 2 additions and 2 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) || 1000;
parseInt(process.env.ORDERBOOK_UPDATE_INTERVAL) || 500;
const WS_FALLBACK_FETCH_INTERVAL = 60_000;
const KILLSWITCH_SLOT_DIFF_THRESHOLD =