mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 09:41:43 +00:00
feat(diagnostics): add configurable stuck-session warning threshold
This commit is contained in:
@@ -205,6 +205,8 @@ export type DiagnosticsConfig = {
|
||||
enabled?: boolean;
|
||||
/** Optional ad-hoc diagnostics flags (e.g. "telegram.http"). */
|
||||
flags?: string[];
|
||||
/** Threshold in ms before a processing session logs "stuck session" diagnostics. */
|
||||
stuckSessionWarnMs?: number;
|
||||
otel?: DiagnosticsOtelConfig;
|
||||
cacheTrace?: DiagnosticsCacheTraceConfig;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user