mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 02:55:52 +08:00
fix: update charge amount for search v2
This commit is contained in:
parent
fcb59591c2
commit
1ca29b4b0e
@ -159,7 +159,7 @@ export class SearcherHost extends RPCHost {
|
||||
}
|
||||
|
||||
if (isVersion2) {
|
||||
chargeAmount = 1000;
|
||||
chargeAmount = 10000;
|
||||
const result = [];
|
||||
for (const x of r.organic) {
|
||||
const url = new URL(x.link);
|
||||
|
Loading…
x
Reference in New Issue
Block a user