@claritylabs/cl-sdk 3.1.22 → 3.1.23
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9756,7 +9756,7 @@ var ORGANIZABLE_KINDS = [
|
|
|
9756
9756
|
"schedule",
|
|
9757
9757
|
"clause"
|
|
9758
9758
|
];
|
|
9759
|
-
var ORGANIZATION_TOP_LEVEL_BATCH_SIZE =
|
|
9759
|
+
var ORGANIZATION_TOP_LEVEL_BATCH_SIZE = 1;
|
|
9760
9760
|
var ORGANIZER_MAX_TOP_LEVEL_NODES = 120;
|
|
9761
9761
|
var ORGANIZER_MAX_BATCH_NODES = 80;
|
|
9762
9762
|
var OUTLINE_CLEANUP_MAX_TOP_LEVEL_NODES = 80;
|