From a9fc6551acea208253d57ffc9e1f672d776a36dd Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 12 Apr 2026 00:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index 6970822..a4f6122 100644 --- a/config/config.go +++ b/config/config.go @@ -117,14 +117,14 @@ func GetDefaultConfig() Config { MinURLsForNewKey: 3, }, Crawler: CrawlerConfig{ - SpiderName: "loli_spider", + SpiderName: "Haibara_AI_spider", Cooldown: 3, Workers: 22, CrawlFocus: 0.7, MaxKeywordsPerPage: 250, MaxEpoch: 100, ExpectedProsperRatio: 0.6, - EntryURL: "http://127.0.0.1", + EntryURL: "https://haibara.ai/", MaxPageSize: 5 * 1024 * 1024, RecrawlMaxAge: 30 * 86400, // 30 天 RecrawlCheckInterval: 3600, // 1 小时