[
https://issues.apache.org/jira/browse/GEODE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812777#comment-16812777
]
ASF subversion and git services commented on GEODE-6582:
--------------------------------------------------------
Commit bb2e35a5fe3b7cd980525d7240ef325aaad51dee in geode's branch
refs/heads/develop from Helena Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bb2e35a ]
Merge pull request #3386 from balesh2/GEODE-6582
GEODE-6582: get max message size only once
> Performance Improvement: get max message size once
> --------------------------------------------------
>
> Key: GEODE-6582
> URL: https://issues.apache.org/jira/browse/GEODE-6582
> Project: Geode
> Issue Type: Improvement
> Reporter: Helena Bales
> Assignee: Helena Bales
> Priority: Major
> Labels: performance-benchmark
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The max message size in Message.java does not change over the course of
> runtime, and yet was being recalculated with every new message received. Make
> this value static and only calculate it once to improve the performance of
> messages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)