Skip to content

Commit

Permalink
Update managed-ledger/src/main/java/org/apache/bookkeeper/mledger/Man…
Browse files Browse the repository at this point in the history
…agedLedgerFactoryConfig.java

Co-authored-by: Michael Marshall <[email protected]>
  • Loading branch information
eolivelli and michaeljmarshall committed Oct 14, 2022
1 parent df57163 commit 2f07dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ManagedLedgerFactoryConfig {
private boolean copyEntriesInCache = false;

/**
* Maximum number of (estimated) data in-flight reading from storage.
* Maximum number of (estimated) bytes in-flight reading from storage.
*/
private long maxPendingReadsBufferSize = 0;

Expand Down

0 comments on commit 2f07dda

Please sign in to comment.