mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 12:41:42 +00:00
3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
// Matches draft preview suspension: final Telegram replies should wait through routine flood windows.
|
|
export const TELEGRAM_OUTBOUND_RETRY_AFTER_CAP_MS = 60_000;
|