diff --git a/classes/API.js b/classes/API.js index abdd0a7..4fa7e13 100644 --- a/classes/API.js +++ b/classes/API.js @@ -214,7 +214,7 @@ export default class linkedInAPIClass { throw "ERROR!"; } - if (this.logAll) lb.increment(Math.ceil(r.included.length / 10)); + if (this.logAll) lb.increment(Math.ceil(r.included.length / 50)); if (!castToClass) compAll.push(r); else compAll.push(await parseResponse(r, this, excludeGeneric)); diff --git a/package.json b/package.json index 60d5c57..49c140e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "type": "module", "name": "linkedin-api-js", - "version": "1.0.0-16", + "version": "1.0.0-17", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"