Skip to content

Commit a0f1b0d

Browse files
committed
update commit
1 parent 860fa28 commit a0f1b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Heavy data processing, internal errors, and insufficient compute resources can c
6969
1. Check the Durable Task Framework traces for warnings or errors for the impacted orchestration instance ID. A sample query can be found in the [Trace Errors/Warnings section](#trace-errorswarnings).
7070

7171
2. If your app utilizes the .NET in-process model, consider enabling [extended sessions](./durable-functions-azure-storage-provider.md#extended-sessions).
72-
This minimizes history loads, which can slow down processing.
72+
Extended sessions can minimize history loads, which can slow down processing.
7373

7474
3. Check for performance and scalability bottlenecks.
7575
Application performance depends on many factors. For example, high CPU usage, or large memory consumption can result in delays. Please read [Performance and scale in Durable Functions](./durable-functions-perf-and-scale.md) for detailed guidance.

0 commit comments

Comments
 (0)