We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc857e commit f63911aCopy full SHA for f63911a
packages/workshop-app/app/entry.server.tsx
@@ -10,7 +10,7 @@ import {
10
type ActionFunctionArgs,
11
} from 'react-router'
12
13
-export const streamTimeout = 15000
+export const streamTimeout = 60000
14
const ABORT_DELAY = streamTimeout + 1000
15
16
export function handleError(
0 commit comments