Skip to content

Commit f63911a

Browse files
fix(workshop-app): increase stream timeout (#301)
Co-authored-by: seer-by-sentry[bot] <157164994+seer-by-sentry[bot]@users.noreply.github.com>
1 parent dcc857e commit f63911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workshop-app/app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
type ActionFunctionArgs,
1111
} from 'react-router'
1212

13-
export const streamTimeout = 15000
13+
export const streamTimeout = 60000
1414
const ABORT_DELAY = streamTimeout + 1000
1515

1616
export function handleError(

0 commit comments

Comments
 (0)