SzyWilliam commented on code in PR #1204:
URL: https://github.com/apache/ratis/pull/1204#discussion_r1901821950
##########
ratis-server-api/src/main/java/org/apache/ratis/server/RaftServerConfigKeys.java:
##########
@@ -116,6 +116,21 @@ static void setStagingCatchupGap(RaftProperties
properties, int stagingCatchupGa
setInt(properties::setInt, STAGING_CATCHUP_GAP_KEY, stagingCatchupGap);
}
+ String BOOTSTRAP_TIMEOUT_KEY = PREFIX + ".bootstrap.timeout";
Review Comment:
No problem, let's use `staging.timeout` for consistency.
--
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]