@machinemetrics/mm-erp-sdk 0.1.7-beta.1 → 0.1.7-beta.2
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/mm-erp-sdk.js
CHANGED
|
@@ -3623,12 +3623,7 @@ const runDataSyncService = async (connectorPath) => {
|
|
|
3623
3623
|
CACHE_TTL: process.env.CACHE_TTL,
|
|
3624
3624
|
// Pass through all other environment variables that might be needed
|
|
3625
3625
|
...process.env
|
|
3626
|
-
}
|
|
3627
|
-
// Add worker options for better isolation and cleanup
|
|
3628
|
-
execArgv: [
|
|
3629
|
-
"--expose-gc"
|
|
3630
|
-
// Allow manual garbage collection
|
|
3631
|
-
]
|
|
3626
|
+
}
|
|
3632
3627
|
},
|
|
3633
3628
|
jobs: [
|
|
3634
3629
|
// {
|