Skip to content

Commit 633ffbf

Browse files
Update articles/azure-functions/functions-host-json.md
Co-authored-by: Copilot <[email protected]>
1 parent 09735a4 commit 633ffbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/functions-host-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ Indicates the timeout duration for all function executions. It follows the [time
335335
The format of the timespan string needs to follow the syntax `[d.]hh:mm:ss` and the valid values are:
336336
- d = days (optional)
337337
- hh = hours (0–23)
338-
- mm = minutes (0-59)
339-
- ss = seconds (0-59)
338+
- mm = minutes (059)
339+
- ss = seconds (059)
340340

341341
> [!TIP]
342342
> If you want to set a 24 hours timeout you cannot define it as `"24:00:00"` instead you need to use `"1.00:00:00"` or `"23:59:59"`

0 commit comments

Comments
 (0)