Spaces:
Build error
Build error
fix
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -385,7 +385,7 @@ export class CrawlerHost extends RPCHost {
|
|
| 385 |
if (
|
| 386 |
snapshot.maxElemDepth! > 256 ||
|
| 387 |
(!uid && snapshot.elemCount! > 10_000) ||
|
| 388 |
-
snapshot.
|
| 389 |
) {
|
| 390 |
contentText = snapshot.text;
|
| 391 |
break;
|
|
|
|
| 385 |
if (
|
| 386 |
snapshot.maxElemDepth! > 256 ||
|
| 387 |
(!uid && snapshot.elemCount! > 10_000) ||
|
| 388 |
+
snapshot.elemCount! > 70_000
|
| 389 |
) {
|
| 390 |
contentText = snapshot.text;
|
| 391 |
break;
|