chore: Removing default function timeout

This commit is contained in:
Binyamin Yawitz 2024-06-25 09:38:33 -04:00
parent 78d321b33b
commit 034814c924
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -1730,8 +1730,7 @@ Http::post('/v1/functions/:functionId/executions')
path: $path,
method: $method,
headers: $headers,
runtimeEntrypoint: $command,
requestTimeout: 30
runtimeEntrypoint: $command
);
$headersFiltered = [];

View file

@ -268,8 +268,7 @@ function router(Database $dbForConsole, callable $getProjectDB, Request $request
path: $path,
method: $method,
headers: $headers,
runtimeEntrypoint: $command,
requestTimeout: 30
runtimeEntrypoint: $command
);
$headersFiltered = [];