👌 IMPROVE: timeout
This commit is contained in:
parent
68ced90d13
commit
477bb734f5
@ -1,6 +1,6 @@
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
|
||||
const DEFAULT_AGENT_TIMEOUT_SECONDS = 600;
|
||||
const DEFAULT_AGENT_TIMEOUT_SECONDS = 1800;
|
||||
const MAX_SAFE_TIMEOUT_MS = 2_147_000_000;
|
||||
|
||||
const normalizeNumber = (value: unknown): number | undefined =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user