feat: 并发文件审查,可配置并行度

This commit is contained in:
2026-06-19 23:40:13 +08:00
parent e4df6487ea
commit a66074e49c
6 changed files with 164 additions and 104 deletions
+1
View File
@@ -5,6 +5,7 @@ var DefaultSettings = map[string]string{
"llm.api_key": "",
"llm.model": "gpt-4o",
"review.top_n": "20",
"review.concurrency": "5",
"cache.max_age_days": "7",
"cache.max_size_mb": "5000",
}