You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ If all the messages in the group do not arrive, then the group will not be emitt
114
114
* The group is dropped if there are any unexpected restarts to the container.
115
115
* In case only a groupSize is given and no delay timer is specified. The size of the group must be known by all group members.
116
116
* In case of using the delay timer. Messages are only emitted when all parts arrive. Emitting a message only when the first part arrives isn't supported.
117
-
* The delay timer can not exceed 40,000 milliseconds. If more than this maximum is given, then this maximum will be used instead.
117
+
* The delay timer can not exceed 20,000 milliseconds. If more than this maximum is given, then this maximum will be used instead.
118
118
119
119
#### List of Expected Config fields
120
120
```groupId``` - Globally unique id for the group to distinguish it from other groups. This value needs to be the same for all messages in a group.
0 commit comments