Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1495a0c

Browse files
committed
add comlexity push for poll, does only show on travis
1 parent 1aefebd commit 1495a0c

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

dist/web3-light.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web3-light.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web3.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web3.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/web3/requestmanager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ RequestManager.prototype.reset = function () {
196196
* @method poll
197197
*/
198198
RequestManager.prototype.poll = function () {
199+
/*jshint maxcomplexity: 6 */
199200
this.timeout = setTimeout(this.poll.bind(this), c.ETH_POLLING_TIMEOUT);
200201

201202
if (this.polls === {}) {

0 commit comments

Comments
 (0)