mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 18:12:52 +00:00
feat(diagnostics): add configurable stuck-session warning threshold
This commit is contained in:
@@ -120,7 +120,7 @@ export async function startTelegramWebhook(opts: {
|
||||
});
|
||||
|
||||
if (diagnosticsEnabled) {
|
||||
startDiagnosticHeartbeat();
|
||||
startDiagnosticHeartbeat(opts.config);
|
||||
}
|
||||
|
||||
const server = createServer((req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user