mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
fix
This commit is contained in:
parent
0a33207f8f
commit
ee632199df
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user