chore: default not throttle
This commit is contained in:
@@ -126,7 +126,7 @@ export const OffloadQueue = () => {
|
|||||||
throttle?: boolean;
|
throttle?: boolean;
|
||||||
} = {}
|
} = {}
|
||||||
) => {
|
) => {
|
||||||
const { eventType = 'DLOBSnapshot', throttle = true } = options;
|
const { eventType = 'DLOBSnapshot', throttle = false } = options;
|
||||||
const currentTime = Date.now();
|
const currentTime = Date.now();
|
||||||
|
|
||||||
if (!throttle) {
|
if (!throttle) {
|
||||||
|
|||||||
Reference in New Issue
Block a user