fix(story-summary): improve L0 cancellation and tuning

This commit is contained in:
2026-04-03 09:45:19 +08:00
parent 6601471aac
commit 5424dae2d6
3 changed files with 17 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ import { filterText } from '../utils/text-filter.js';
const MODULE_ID = 'state-integration';
// ★ 并发配置
const CONCURRENCY = 50;
const CONCURRENCY = 10;
const STAGGER_DELAY = 15;
const DEBUG_CONCURRENCY = true;
const R_AGG_MAX_CHARS = 256;