Skip to content

Commit f984384

Browse files
Update serverless/functions/concepts.mdx
1 parent 465539e commit f984384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/functions/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The function can then process the message and perform any required actions, such
111111

112112
## Request timeout
113113

114-
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.
114+
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 hang indefinitely, which could impact ressource usage and scalability.
115115

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

0 commit comments

Comments
 (0)