This commit is contained in:
Yanlong Wang 2024-08-02 17:12:10 +08:00
parent 0a33207f8f
commit ee632199df
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -385,7 +385,7 @@ export class CrawlerHost extends RPCHost {
if (
snapshot.maxElemDepth! > 256 ||
(!uid && snapshot.elemCount! > 10_000) ||
snapshot.text.length > 70_000
snapshot.elemCount! > 70_000
) {
contentText = snapshot.text;
break;