mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +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;
|