From 8f8635ab312d9281f6362e983894d07beaeb1926 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Mon, 22 Jan 2024 18:04:30 -0800 Subject: [PATCH] change slot diff killswitch threshold --- src/dlob-subscriber/DLOBSubscriberIO.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index 9d7fa0c..c4039cb 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -15,7 +15,7 @@ import { l2WithBNToStrings, } from '../utils/utils'; -const SLOT_DIFF_KILLSWITCH_THRESHOLD = 100; +const SLOT_DIFF_KILLSWITCH_THRESHOLD = 200; type wsMarketL2Args = { marketIndex: number;