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) {