Skip to content

Commit

Permalink
ARTEMIS-3051 Fix MessageReferenceImpl::getMemoryEstimate
Browse files Browse the repository at this point in the history
  • Loading branch information
franz1981 authored and clebertsuconic committed Feb 3, 2021
1 parent 8d1fe2b commit 71685bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public int compare(MessageReference o1, MessageReference o2) {

// Static --------------------------------------------------------

private static final int memoryOffset = 64;
private static final int memoryOffset = 72;

// Constructors --------------------------------------------------

Expand Down

0 comments on commit 71685bf

Please sign in to comment.