mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 18:10:26 +08:00
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
export const LONG_POLL_TIMEOUT_MS = 120 * 60_000 // 120 minutes
|
|
|
|
export const MESSAGE_STREAM_TIMEOUT_MS = LONG_POLL_TIMEOUT_MS
|