From f806d0c369a42bd43dde4805e1216024f6054539 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Wed, 18 Jun 2025 14:54:44 +1000 Subject: [PATCH] chore: default not throttle --- src/utils/offload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/offload.ts b/src/utils/offload.ts index 090a5af..3277792 100644 --- a/src/utils/offload.ts +++ b/src/utils/offload.ts @@ -126,7 +126,7 @@ export const OffloadQueue = () => { throttle?: boolean; } = {} ) => { - const { eventType = 'DLOBSnapshot', throttle = true } = options; + const { eventType = 'DLOBSnapshot', throttle = false } = options; const currentTime = Date.now(); if (!throttle) {