Skip to content

Commit 443d380

Browse files
srtaalejzimeg
andauthored
Update slack-api-client/src/main/java/com/slack/api/methods/ChatStreamHelper.java
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent beb1b92 commit 443d380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack-api-client/src/main/java/com/slack/api/methods/ChatStreamHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum State {
6363
* The length of markdown_text to buffer in-memory before calling a method.
6464
* Increasing this value decreases the number of method calls made for the same amount of text,
6565
* which is useful to avoid rate limits.
66-
* Default is 100.
66+
* Default is 256.
6767
*/
6868
@Builder.Default
6969
private final int bufferSize = 256;

0 commit comments

Comments
 (0)