diff --git a/src/routes/docs/products/functions/functions/+page.markdoc b/src/routes/docs/products/functions/functions/+page.markdoc index 46eda30837..e6e4c91cdf 100644 --- a/src/routes/docs/products/functions/functions/+page.markdoc +++ b/src/routes/docs/products/functions/functions/+page.markdoc @@ -164,7 +164,8 @@ You can access environment variables inside functions using your [runtime langua ## Timeout {% #timeout %} You can limit the execution time of your function by navigating to your function > **Settings** > **Timeout**. -There is a system wide maximum timeout of 900 seconds (15 minutes). +There is a system-wide maximum timeout of 900 seconds (15 minutes) for asynchronous functions. +For synchronous functions, there is a hard limit of 30 seconds. ## Scopes {% #scopes %} @@ -172,4 +173,4 @@ You can configure the permission scopes for the function [dynamic API key](/docs {% arrow_link href="/docs/advanced/platform/api-keys#scopes" %} Learn more about scopes -{% /arrow_link %} \ No newline at end of file +{% /arrow_link %}