mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-16 02:45:59 +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…
x
Reference in New Issue
Block a user