nomagick commited on
Commit
ee63219
·
unverified ·
1 Parent(s): 0a33207
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.text.length > 70_000
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;