chore: default not throttle
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user