Skip to content

Commit

Permalink
GEODE-8374: Remove no-op of unsupported system property. (apache#6003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Burghardt authored Feb 4, 2021
1 parent f4423bb commit 10f01a5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1867,9 +1867,7 @@ public void init(Services<ID> s) throws MembershipConfigurationException {
} else if (ackCollectionTimeout > 12437) {
ackCollectionTimeout = 12437;
}
ackCollectionTimeout = Long
.getLong(GeodeGlossary.GEMFIRE_PREFIX + "VIEW_ACK_TIMEOUT", ackCollectionTimeout)
.longValue();

this.viewAckTimeout = ackCollectionTimeout;

this.quorumRequired =
Expand Down

0 comments on commit 10f01a5

Please sign in to comment.