fleetmap-reports 2.0.368 → 2.0.369

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.368",
3
+ "version": "2.0.369",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -211,7 +211,7 @@ async function runServerSideGrid (from, to, userData, deviceIdsByDriver, traccar
211
211
  const url = `https://${getServerHost()}/pinmeapi/reports/driverranking-report`
212
212
  const rawRows = []
213
213
  let completed = 0
214
- const maxConcurrent = 10
214
+ const maxConcurrent = 20
215
215
 
216
216
  for (let i = 0; i < cells.length; i += maxConcurrent) {
217
217
  const batch = cells.slice(i, i + maxConcurrent)