We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa10c6 commit 8ac0e9fCopy full SHA for 8ac0e9f
src/main/java/software/amazon/cloudwatchlogs/emf/Constants.java
@@ -27,7 +27,7 @@ public class Constants {
27
28
/**
29
* 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
+ * message size is 256 KB meaning the maximum size of this buffer would be 25.6 MB
31
*/
32
public static final int DEFAULT_ASYNC_BUFFER_SIZE = 100;
33
0 commit comments