mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-16 20:25:55 +08:00
fix
This commit is contained in:
parent
0a33207f8f
commit
ee632199df
@ -385,7 +385,7 @@ export class CrawlerHost extends RPCHost {
|
|||||||
if (
|
if (
|
||||||
snapshot.maxElemDepth! > 256 ||
|
snapshot.maxElemDepth! > 256 ||
|
||||||
(!uid && snapshot.elemCount! > 10_000) ||
|
(!uid && snapshot.elemCount! > 10_000) ||
|
||||||
snapshot.text.length > 70_000
|
snapshot.elemCount! > 70_000
|
||||||
) {
|
) {
|
||||||
contentText = snapshot.text;
|
contentText = snapshot.text;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user