chore: adjust state integration concurrency

This commit is contained in:
2026-02-08 13:34:53 +08:00
parent d3d818da6a
commit 6500b3a481

View File

@@ -29,8 +29,8 @@ import { filterText } from '../utils/text-filter.js';
const MODULE_ID = 'state-integration';
// ★ 并发配置
const CONCURRENCY = 30;
const STAGGER_DELAY = 30;
const CONCURRENCY = 90;
const STAGGER_DELAY = 15;
let initialized = false;
let extractionCancelled = false;