@smarterplan/ngx-smarterplan-core 1.0.21 → 1.0.22

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.
@@ -8820,7 +8820,7 @@ class MatterportImportService {
8820
8820
  this.importingImages = new Subject();
8821
8821
  this.sweepProcessedCount = new Subject();
8822
8822
  this.totalSweepsCount = new Subject();
8823
- this.MAX_SCANS_RELOAD = 5;
8823
+ this.MAX_SCANS_RELOAD = 100;
8824
8824
  }
8825
8825
  get spaceID() {
8826
8826
  return this._spaceID;