Skip to content

Commit

Permalink
remove javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenapranav committed Jul 12, 2024
1 parent f327af3 commit cf24cc3
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ class ListBlobQueue {

private volatile AzureBlobFileSystemException failureFromProducer;

/**
* The maximum difference allowed between the maximum size of the queue and
* the current size of the queue. This parameter is used to control the behavior
* of the producer-consumer pattern in the ListBlobQueue class. It determines when
* the producer should stop adding more items to the queue. If the difference
* between the maximum size of the queue and the current size of the queue is
* less than or equal to maxConsumptionLag, the producer will wait until there
* is more room in the queue. This helps to maintain a balance between the rate
* of production and consumption, preventing frequent production with very less items.
*/

/**
* Maximum number of entries in the queue allowed for letting the producer to
* produce. If the current size of the queue is greater than or equal to
Expand Down

0 comments on commit cf24cc3

Please sign in to comment.