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 +1 -1
- package/src/speeding-report.js +1 -1
package/package.json
CHANGED
package/src/speeding-report.js
CHANGED
|
@@ -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 =
|
|
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)
|