Skip to content

Commit 8ac0e9f

Browse files
authored
Update Constants.java
1 parent aaa10c6 commit 8ac0e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/cloudwatchlogs/emf/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class Constants {
2727

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

0 commit comments

Comments
 (0)