mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 08:21:39 +00:00
3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
/** Default timeout for iMessage probe/RPC operations (10 seconds). */
|
|
export const DEFAULT_IMESSAGE_PROBE_TIMEOUT_MS = 10_000;
|