fleetmap-reports 1.0.282 → 1.0.283

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.282",
3
+ "version": "1.0.283",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -237,7 +237,7 @@ async function getCustomSpeedLimitEvents(devices, routes){
237
237
  async function getHereEvents(devices, routes, threshold){
238
238
  console.log('here speed limit events')
239
239
  const events = []
240
- let i,j, temporary, chunk = 10;
240
+ let i,j, temporary, chunk = 5;
241
241
  for (i = 0,j = devices.length; i < j; i += chunk) {
242
242
  temporary = devices.slice(i, i + chunk);
243
243
  await Promise.all(temporary.map(d =>