@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.
- package/esm2020/lib/services/matterport-import.service.mjs +2 -2
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +1 -1
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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 =
|
|
8823
|
+
this.MAX_SCANS_RELOAD = 100;
|
|
8824
8824
|
}
|
|
8825
8825
|
get spaceID() {
|
|
8826
8826
|
return this._spaceID;
|