Skip to content

Commit 51ea350

Browse files
authored
updating documentation on default prefectch count (Azure#23755)
1 parent 4c27bb4 commit 51ea350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ private ServiceBusProcessorClientBuilder() {
12671267

12681268
/**
12691269
* Sets the prefetch count of the processor. For both {@link ServiceBusReceiveMode#PEEK_LOCK PEEK_LOCK} and
1270-
* {@link ServiceBusReceiveMode#RECEIVE_AND_DELETE RECEIVE_AND_DELETE} modes the default value is 1.
1270+
* {@link ServiceBusReceiveMode#RECEIVE_AND_DELETE RECEIVE_AND_DELETE} modes the default value is 0.
12711271
*
12721272
* Prefetch speeds up the message flow by aiming to have a message readily available for local retrieval when
12731273
* and before the application starts the processor.

0 commit comments

Comments
 (0)