Skip to content

Commit 89acf59

Browse files
TC-MOfnesveda
andauthored
Update sources/platform/actors/development/builds_and_runs/runs.md
Co-authored-by: František Nesveda <[email protected]>
1 parent 1233bba commit 89acf59

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/builds_and_runs

1 file changed

+1
-1
lines changed

sources/platform/actors/development/builds_and_runs/runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The run receives input via the `INPUT` record of its default [key-value store](.
2626

2727
## Run duration and timeout
2828

29-
Actor runs can be short or long-running. To prevent an indefinite runs, you can set a timeout. The timeout is specified in seconds and varies between Actor templates. If the run doesn't finish within the timeout, it's automatically stopped, and its status is set to `TIMED-OUT`.
29+
Actor runs can be short or long-running. To prevent infinite runs, you can set a timeout. The timeout is specified in seconds, and the default timeout varies based on the template from which you create your Actor. If the run doesn't finish within the timeout, it's automatically stopped, and its status is set to `TIMED-OUT`.
3030

3131
Depending on the template used for your Actor, the default timeout values may differ.
3232

0 commit comments

Comments
 (0)