Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance authored Aug 6, 2021
1 parent aaa10c6 commit 8ac0e9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Constants {

/**
* The max number of messages to hold in memory in case of transient socket errors. The maximum
* message size is 256 KB meaning the maximum size of this buffer would be 25,600 MB
* message size is 256 KB meaning the maximum size of this buffer would be 25.6 MB
*/
public static final int DEFAULT_ASYNC_BUFFER_SIZE = 100;

Expand Down

0 comments on commit 8ac0e9f

Please sign in to comment.