Skip to content

Commit 04bb1cc

Browse files
authored
Merge pull request #93342 from DAXaholic/patch-11
Fix wrong statement about batched store access
2 parents 1350c1a + 9a7eb81 commit 04bb1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ To maximize throughput, follow these guidelines:
378378

379379
* If each receiver is in a different process, use only a single factory per process.
380380
* Receivers can use synchronous or asynchronous operations. Given the moderate receive rate of an individual receiver, client-side batching of a Complete request doesn't affect receiver throughput.
381-
* Leave batched store access enabled. This access reduces the overall load of the entity. It also reduces the overall rate at which messages can be written into the queue or topic.
381+
* Leave batched store access enabled. This access reduces the overall load of the entity. It also increases the overall rate at which messages can be written into the queue or topic.
382382
* Set the prefetch count to a small value (for example, PrefetchCount = 10). This count prevents receivers from being idle while other receivers have large numbers of messages cached.
383383

384384
### Topic with a few subscriptions

0 commit comments

Comments
 (0)