fleetmap-reports 2.0.48 → 2.0.49

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": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -385,7 +385,7 @@ async function invokeValhalla (route, i, chunk, country, threshold, results, ret
385
385
  }
386
386
 
387
387
  async function getOSMSpeedingEvents (devices, routes, threshold, minimumMinutes = 0, country) {
388
- const chunk = 200
388
+ const chunk = 100
389
389
  const events = []
390
390
  for (const d of devices) {
391
391
  const route = routes.filter(r => r.deviceId === d.id)