mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
chore: Removing default function timeout
This commit is contained in:
parent
78d321b33b
commit
034814c924
2 changed files with 2 additions and 4 deletions
|
|
@ -1730,8 +1730,7 @@ Http::post('/v1/functions/:functionId/executions')
|
|||
path: $path,
|
||||
method: $method,
|
||||
headers: $headers,
|
||||
runtimeEntrypoint: $command,
|
||||
requestTimeout: 30
|
||||
runtimeEntrypoint: $command
|
||||
);
|
||||
|
||||
$headersFiltered = [];
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue