Skip to content

Commit 78ef08c

Browse files
author
ecfan
committed
Clarity edits
1 parent e26b904 commit 78ef08c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,12 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
158158
| `Jobs.BackgroundJobs.NumWorkersPerProcessorCount` | `192` dispatcher worker instances | Sets the number of *dispatcher worker instances* or *job dispatchers* to have per processor core. This value affects the number of workflow runs per core. |
159159
| `Jobs.BackgroundJobs.StatelessNumWorkersPerProcessorCount` | `192` dispatcher worker instances | Sets the number of *dispatcher worker instances* or *job dispatchers* to have per processor core, per stateless run. This value affects the number of concurrent workflow actions that are processed per run. |
160160

161-
Both of the following settings are used to manually stop and immediately delete the specified workflows in Standard logic app. Use these settings with caution and only in preproduction environments, such as load or performance test environments, as you can't undo or recover from these operations.
161+
Both of the following settings are used to manually stop and immediately delete the specified workflows in Standard logic app.
162+
163+
> [!NOTE]
164+
>
165+
> Use these settings with caution and only in preproduction environments, such as load
166+
> or performance test environments, as you can't undo or recover from these operations.
162167
163168
| Setting | Default value | Description |
164169
|---------|---------------|-------------|

0 commit comments

Comments
 (0)