chore: default not throttle

This commit is contained in:
Jack Waller
2025-06-18 14:54:44 +10:00
parent 447eccbd50
commit f806d0c369

View File

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