chore: adjust state integration concurrency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user