fix: update charge amount for search v2

This commit is contained in:
Sha Zhou 2025-02-27 09:43:38 +08:00
parent fcb59591c2
commit 1ca29b4b0e

View File

@ -159,7 +159,7 @@ export class SearcherHost extends RPCHost {
} }
if (isVersion2) { if (isVersion2) {
chargeAmount = 1000; chargeAmount = 10000;
const result = []; const result = [];
for (const x of r.organic) { for (const x of r.organic) {
const url = new URL(x.link); const url = new URL(x.link);