mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 06:20:55 +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;
|