Skip to content

Implements throttling - #210

Open
samogot wants to merge 4 commits into
rchipka:masterfrom
samogot:throttling
Open

Implements throttling#210
samogot wants to merge 4 commits into
rchipka:masterfrom
samogot:throttling

Conversation

@samogot

@samogot samogot commented May 12, 2018

Copy link
Copy Markdown
Contributor

Rebase of #104 PR by @JonnyBGod
Tests added

Comment thread index.js Outdated
'requests: ' + this.requests +
' (' + this.queue.requests + ' queued), ' +

'tokens: ' + parseInt(this.throttle.getTokensRemaining()) + ', ' +

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change tokens: to throttled:

@samogot

samogot commented May 13, 2018

Copy link
Copy Markdown
Contributor Author

looks like something has changed in libxmljs and it no longer supports ES5 environment. Or I can't understand what this error is mean and how it relates too my changes)

JonnyBGod and others added 4 commits November 13, 2018 13:11
As was documented in command comments.

That allows to set global throttle as well as dynamically change
throttle command-wise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants