qwen_2.5_model / src /modules /integration /integration.constants.ts
Muhammad Noman
Deploy OpenWA to Hugging Face Spaces
46252cd
Raw
History Blame Contribute Delete
244 Bytes
export const INGRESS_MAX_BODY_BYTES_DEFAULT = 262144; // 256 KiB, matches the spec's per-route default
export const INGRESS_REPLAY_TOLERANCE_SEC_DEFAULT = 300;
export const INGRESS_DISPATCH_TIMEOUT_MS = 5000; // mirrors SANDBOX_HOOK_TIMEOUT_MS