mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 10:14:26 +00:00
feat(diagnostics): add configurable stuck-session warning threshold
This commit is contained in:
@@ -371,7 +371,7 @@ export async function startGatewayServer(
|
||||
).config;
|
||||
const diagnosticsEnabled = isDiagnosticsEnabled(cfgAtStart);
|
||||
if (diagnosticsEnabled) {
|
||||
startDiagnosticHeartbeat();
|
||||
startDiagnosticHeartbeat(cfgAtStart);
|
||||
}
|
||||
setGatewaySigusr1RestartPolicy({ allowExternal: isRestartEnabled(cfgAtStart) });
|
||||
setPreRestartDeferralCheck(
|
||||
|
||||
Reference in New Issue
Block a user