@smarterplan/ngx-smarterplan-core 1.2.13 → 1.2.14
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
|
@@ -11378,7 +11378,7 @@ class MatterportImportService {
|
|
|
11378
11378
|
this.importingImages = new Subject();
|
|
11379
11379
|
this.sweepProcessedCount = new Subject();
|
|
11380
11380
|
this.totalSweepsCount = new Subject();
|
|
11381
|
-
this.MAX_SCANS_RELOAD =
|
|
11381
|
+
this.MAX_SCANS_RELOAD = 500;
|
|
11382
11382
|
}
|
|
11383
11383
|
get spaceID() {
|
|
11384
11384
|
return this._spaceID;
|