cardus 0.0.36 → 0.0.37
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/index.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -151,7 +151,7 @@ class IntegrationManager {
|
|
|
151
151
|
isPriority: yield isPriorityByDefault(),
|
|
152
152
|
});
|
|
153
153
|
}),
|
|
154
|
-
regularExecutionTime:
|
|
154
|
+
regularExecutionTime: 8000, // ms
|
|
155
155
|
initialBatchQuantity: 5 // de cinco en cinco
|
|
156
156
|
}).upload();
|
|
157
157
|
const successfullShipments = insertOrdersResult
|
package/index.ts
CHANGED