Skip to content

Commit fe819d8

Browse files
committed
Revert file change
1 parent c3263f6 commit fe819d8

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
@@ -129,7 +129,7 @@ When using the default lock expiration of 60 seconds, a good value for [Prefetch
129129

130130
Prefetching messages increases the overall throughput for a queue or subscription because it reduces the overall number of message operations, or round trips. Fetching the first message, however, will take longer (due to the increased message size). Receiving prefetched messages will be faster because these messages have already been downloaded by the client.
131131

132-
The time-to-live (TTL) property of a message is checked by the server at the time the server sends the message to the client. The client does not check the message's TTL property when the message is received. Instead, the message can be received even if the message's TTL has passed while the message was cached by the client.
132+
The time-to-live (TTL) property of a message is checked by the server at the time the server sends the message to the client. The client does not check the messages TTL property when the message is received. Instead, the message can be received even if the messages TTL has passed while the message was cached by the client.
133133

134134
Prefetching does not affect the number of billable messaging operations, and is available only for the Service Bus client protocol. The HTTP protocol does not support prefetching. Prefetching is available for both synchronous and asynchronous receive operations.
135135

0 commit comments

Comments
 (0)