Skip to content

Commit a5285a2

Browse files
Update pages/serverless-functions/reference-content/functions-sandbox.mdx
Co-authored-by: Thomas TACQUET <[email protected]>
1 parent 305a89a commit a5285a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-functions/reference-content/functions-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Scaleway Serverless Functions offers two sandbox environment options:
2323

2424
## Sandbox v1
2525

26-
Sandbox v1 is Serverless Functions' legacy sandboxing environment with slower [cold starts](/serverless-functions/concepts/#cold-start), but fully supports Linux system call interface. This option is recommended when processing large amounts of *syscalls*.
26+
Sandbox v1 is Serverless Functions' legacy sandboxing environment with slower [cold starts](/serverless-functions/concepts/#cold-start), but fully supports Linux system call interface.
2727

2828
<Message type="important">
2929
Sandbox v1 are known to experience clock drift over time. A difference of approximately **two seconds** can be observed after 24 hours of uninterrupted execution. This issue especially affects long-running functions, whereas short-lived functions are much less impacted. Update to sandbox v2 to solve the issue.

0 commit comments

Comments
 (0)