Skip to content

Commit 17c2768

Browse files
typo
1 parent a93dbdb commit 17c2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The registry endpoint parameter is the resource linked to the container image us
148148

149149
## Request timeout
150150

151-
Request timeout is the maximum amount of time a request to a Serverless Function is allowed to run before the request is terminated. Purpose of this parameter is to ensure long-running requests do not hand indefinitely, which could impact ressource usage and scalability.
151+
Request timeout is the maximum amount of time a request to a Serverless Container is allowed to run before the request is terminated. Purpose of this parameter is to ensure long-running requests do not hand indefinitely, which could impact ressource usage and scalability.
152152

153153
Use cases:
154154
* **Shorter timeouts:** Ideal for use cases with quick, predictable response times, such as HTTP APIs or real-time applications.

0 commit comments

Comments
 (0)