Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 5879eb7

Browse files
default batchTickers to true
1 parent 69c6039 commit 5879eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exchanges/binance-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class BinanceBase extends BasicClient {
4444
restThrottleMs = 1000,
4545
l2updateSpeed = "",
4646
l2snapshotSpeed = "",
47-
batchTickers,
47+
batchTickers = true,
4848
} = {}) {
4949
super(wssPath, name, undefined, watcherMs);
5050
this._restL2SnapshotPath = restL2SnapshotPath;

0 commit comments

Comments
 (0)