We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e486745 commit d45fc02Copy full SHA for d45fc02
lib/BitX.js
@@ -28,7 +28,6 @@ function BitX (keyId, keySecret, options) {
28
this._requestMts = []
29
this._requestsRefresh = this._requestsRefresh.bind(this)
30
this._timeoutId = null
31
- this._timeoutId = setTimeout(this._requestsRefresh, 60000)
32
}
33
34
Object.defineProperty(BitX.prototype, 'apiCallRate', {
0 commit comments