We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe7f56 commit 25c63eaCopy full SHA for 25c63ea
src/deploy/functions/prepare.ts
@@ -259,7 +259,6 @@ export async function prepare(
259
await ensureTriggerRegions(wantBackend);
260
resolveCpuAndConcurrency(wantBackend);
261
validate.endpointsAreValid(wantBackend);
262
- validate.validateTimeoutConfig(backend.allEndpoints(wantBackend));
263
inferBlockingDetails(wantBackend);
264
}
265
0 commit comments