Compare commits

..

No commits in common. "c7b9ec7a4bb01b27578719d9a398d5be072deae9" and "0305a22a24bb14f2e675fa44d98c32806720a4ca" have entirely different histories.

3 changed files with 5 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.201.5",
"version": "1.201.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.201.5",
"version": "1.201.4",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.201.5",
"version": "1.201.4",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -78,6 +78,8 @@ function getLimiter(options = {}, url) {
});
}
limiters[interval][concurrency].on('queued', () => logger.silly(`Queued ${url}`));
return limiters[interval][concurrency];
}