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.
- package/dist/sync.js +1 -1
- 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 =
|
|
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,
|