Skip to content

Commit

Permalink
updating documentation on default prefectch count (Azure#23755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ki1729 authored Aug 25, 2021
1 parent 4c27bb4 commit 51ea350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ private ServiceBusProcessorClientBuilder() {

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

0 comments on commit 51ea350

Please sign in to comment.