Skip to content

Commit ab78415

Browse files
sweatybridgelaktek
authored andcommitted
chore: revert timeout to 5 mins
1 parent dd5447a commit ab78415

File tree

1 file changed

+1
-1
lines changed
  • internal/functions/serve/templates

1 file changed

+1
-1
lines changed

internal/functions/serve/templates/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ serve(async (req: Request) => {
100100
console.error(`serving the request with ${servicePath}`);
101101

102102
const memoryLimitMb = 150;
103-
const workerTimeoutMs = 1 * 60 * 1000;
103+
const workerTimeoutMs = 5 * 60 * 1000;
104104
const noModuleCache = false;
105105
const envVarsObj = Deno.env.toObject();
106106
const envVars = Object.entries(envVarsObj)

0 commit comments

Comments
 (0)