Skip to content

Commit

Permalink
montitor cutoff 6400
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 19, 2024
1 parent e2e6a8a commit 6b7dedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class FastExecuteDataSpecification extends ExecuteDataSpecification {
50 packets of 256 bytes
**/
private static final int MONITOR_CUTOFF = 12800;
private static final int MONITOR_CUTOFF = 6400;

/** flag for saying missing all SEQ numbers. */
private static final int FLAG_FOR_MISSING_ALL_SEQUENCES = 0xFFFFFFFE;
Expand Down

0 comments on commit 6b7dedf

Please sign in to comment.