mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #6478 from appwrite/fix-realtime-logs
Fix: realtime logs
This commit is contained in:
commit
e2831ed8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class Executor
|
||||||
) {
|
) {
|
||||||
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
|
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
|
||||||
|
|
||||||
$runtimeId = "$projectId-$deploymentId";
|
$runtimeId = "$projectId-$deploymentId-build";
|
||||||
$route = "/runtimes/{$runtimeId}/logs";
|
$route = "/runtimes/{$runtimeId}/logs";
|
||||||
$params = [
|
$params = [
|
||||||
'timeout' => $timeout
|
'timeout' => $timeout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue