Skip to content

Commit 5c94257

Browse files
authored
Update edit-app-settings-host-settings.md
Update default value
1 parent 16e60fd commit 5c94257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The following settings work only for workflows that start with a recurrence-base
231231
| Setting | Default value | Description |
232232
|---------|---------------|-------------|
233233
| `Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout` | `00:10:00` <br>(10 minutes) | Sets the duration for a workflow action job to run before timing out and retrying. To change the default time-out for a built-in operation such as SAP, also set the **`functionTimeout`** host setting. For more information, see the next entry. |
234-
| `functionTimeout` | `00:05:00` <br>(5 minutes) | Sets the duration to run before timing out for function calls in Azure Functions and some built-in operations, such as SAP, that run as function calls. Standard logic apps use the same underlying design as function apps. So, the **`functionTimeout`** host setting in Azure Functions also affects built-in operations that run as function calls. <br><br>**Note**: In the **host.json** file, the **`functionTimeout`** setting exists at the same level outside the **`extensions`** object where Standard workflow host settings exist. For more information, see the example in this section: [Change time-out value for function-based built-in operations](#change-time--out-value-for-function--based-built--in-operations). |
234+
| `functionTimeout` | `00:30:00` <br>(30 minutes) | Sets the duration to run before timing out for function calls in Azure Functions and some built-in operations, such as SAP, that run as function calls. Standard logic apps use the same underlying design as function apps. So, the **`functionTimeout`** host setting in Azure Functions also affects built-in operations that run as function calls. <br><br>**Note**: In the **host.json** file, the **`functionTimeout`** setting exists at the same level outside the **`extensions`** object where Standard workflow host settings exist. For more information, see the example in this section: [Change time-out value for function-based built-in operations](#change-time--out-value-for-function--based-built--in-operations). |
235235

236236
#### Change time-out value for function-based built-in operations
237237

0 commit comments

Comments
 (0)