Compare commits
No commits in common. "c7b9ec7a4bb01b27578719d9a398d5be072deae9" and "0305a22a24bb14f2e675fa44d98c32806720a4ca" have entirely different histories.
c7b9ec7a4b
...
0305a22a24
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -78,6 +78,8 @@ function getLimiter(options = {}, url) {
|
|||
});
|
||||
}
|
||||
|
||||
limiters[interval][concurrency].on('queued', () => logger.silly(`Queued ${url}`));
|
||||
|
||||
return limiters[interval][concurrency];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue