mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
fix(diagnostics): trust internal trace parents (#71574)
* fix(diagnostics): trust internal trace parents * fix(diagnostics): harden trusted trace metadata * fix(tooling): honor explicit oxlint threads * fix(agents): use stable nonmutating sort helpers * chore(plugin-sdk): refresh api baseline * fix(diagnostics): gate internal event subscriptions * fix(diagnostics): isolate listener event copies * chore(plugin-sdk): refresh internal diagnostics baseline * chore(plugin-sdk): refresh diagnostics event baseline * fix(diagnostics): keep event state module local * fix(diagnostics): harden internal subscription capability * fix(diagnostics): freeze listener metadata
This commit is contained in:
@@ -92,7 +92,7 @@ export function applyLocalOxlintPolicy(args, env, hostResources) {
|
||||
insertBeforeSeparator(nextArgs, "--report-unused-disable-directives-severity", "error");
|
||||
}
|
||||
|
||||
if (shouldThrottleLocalHeavyChecks(nextEnv, hostResources)) {
|
||||
if (shouldThrottleLocalHeavyChecks(nextEnv, hostResources) && !hasFlag(nextArgs, "--threads")) {
|
||||
insertBeforeSeparator(nextArgs, "--threads=1");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user