aspect-sync 0.0.18 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/sync.js +1 -1
  2. package/package.json +1 -1
package/dist/sync.js CHANGED
@@ -155,7 +155,7 @@ export class SyncOrchestrator {
155
155
  statusTracker.initBatchProgress(batches.length, allRemoteFiles.length, totalSize);
156
156
  // Step 7: Start CLI display
157
157
  cliDisplay.start();
158
- const THROTTLE_ASSET_EXISTENCE_CHECK_THRESHOLD = 2; // throttle after 5 in a row
158
+ const THROTTLE_ASSET_EXISTENCE_CHECK_THRESHOLD = 3; // throttle after 3 in a row
159
159
  const THROTTLE_ASSET_EXISTENCE_CHECK_TIME = 1000; // throttle for 1 second
160
160
  let throttleAssetExistenceCheckCount = 0; // how many times in a row we've done the asset existence check
161
161
  const summaryTotals = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspect-sync",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "CLI tool to sync files from external services to Aspect via rclone",
5
5
  "main": "dist/index.js",
6
6
  "bin": {