UNPKG

@ai-sdk/rsc

Version:

[React Server Components](https://react.dev/reference/rsc/server-components) for the [AI SDK](https://ai-sdk.dev/docs):

6 lines (5 loc) 168 B
/** * Warning time for notifying developers that a stream is hanging in dev mode * using a console.warn. */ export const HANGING_STREAM_WARNING_TIME_MS = 15 * 1000;