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: quickfixj-core/src/main/doc/usermanual/usage/configuration.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1267,7 +1267,7 @@ <H3>QuickFIX Settings</H3>
1267
1267
<TRALIGN="left" VALIGN="middle">
1268
1268
<TD><I>ResendRequestChunkSize</I></TD>
1269
1269
<TD> Setting to limit the size of a resend request in case of missing messages.
1270
-
This is useful when the remote FIX engine does not allow to ask for more than n message for a ResendRequest.
1270
+
This is useful when the remote FIX engine does not allow to ask for more than n message for a ResendRequest. It also allows you to prevent a 'self-DDOS' by accidentally requesting a huge flood of messages your system isn't capable of processing if you are substantially behind for some reason.
1271
1271
<P>
1272
1272
E.g. if the ResendRequestChunkSize is set to 5 and a gap of 7 messages is detected,
1273
1273
a first resend request will be sent for 5 messages.
0 commit comments