aspect-sync 0.0.19 → 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
@@ -156,7 +156,7 @@ export class SyncOrchestrator {
156
156
  // Step 7: Start CLI display
157
157
  cliDisplay.start();
158
158
  const THROTTLE_ASSET_EXISTENCE_CHECK_THRESHOLD = 3; // throttle after 3 in a row
159
- const THROTTLE_ASSET_EXISTENCE_CHECK_TIME = 2000; // throttle for 1 second
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 = {
162
162
  totalFileCount: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspect-sync",
3
- "version": "0.0.19",
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": {