Skip to content

Commit

Permalink
Merge pull request #393 from jvirtanen/fixes/message-capacity
Browse files Browse the repository at this point in the history
philadelphia-core: Fix 'FIXConfig.DEFAULT_MAX_FIELD_COUNT'
  • Loading branch information
jvirtanen authored Sep 17, 2023
2 parents 77decc6 + 0c83be1 commit 612b4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class FIXConfig {
* The default maximum number of fields.
*/
@Deprecated
public static final int DEFAULT_MAX_FIELD_COUNT = 64;
public static final int DEFAULT_MAX_FIELD_COUNT = DEFAULT_MAX_MESSAGE_CAPACITY;

/**
* The default field capacity.
Expand Down

0 comments on commit 612b4b6

Please sign in to comment.