SincereXIA commented on a change in pull request #611:
URL: https://github.com/apache/ratis/pull/611#discussion_r814806459
##########
File path:
ratis-server-api/src/main/java/org/apache/ratis/server/RaftServerConfigKeys.java
##########
@@ -348,6 +348,27 @@ static void setForceSyncNum(RaftProperties properties, int
forceSyncNum) {
setInt(properties::setInt, FORCE_SYNC_NUM_KEY, forceSyncNum);
}
+
+ String ASYNC_FLUSH_ENABLED_KEY = PREFIX + ".async.flush.enabled";
Review comment:
Right, I removed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]