icn3d 3.26.3 → 3.26.4

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/icn3d.js CHANGED
@@ -44503,7 +44503,7 @@ class LineGraph {
44503
44503
  // dataArray2 = await allPromise;
44504
44504
 
44505
44505
  //split arrays into chunks of 100 jobs
44506
- let n = (me.bNode) ? 48 : 96;
44506
+ let n = (me.bNode) ? 16 : 96;
44507
44507
  for(let i = 0, il = (ajaxArray.length - 1) / n + 1; i < il; ++i) {
44508
44508
  let currAjaxArray = [];
44509
44509
  if(i == il - 1) { // last one