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 小时