SzyWilliam commented on code in PR #848:
URL: https://github.com/apache/ratis/pull/848#discussion_r1134863755
##########
ratis-server-api/src/main/java/org/apache/ratis/server/RaftServerConfigKeys.java:
##########
@@ -724,6 +746,17 @@ static void setRequestTimeout(RaftProperties properties,
TimeDuration timeoutDur
setTimeDuration(properties::setTimeDuration, REQUEST_TIMEOUT_KEY,
timeoutDuration);
}
+ String STREAM_REQUEST_TIMEOUT_KEY = PREFIX + ".stream.request.timeout";
Review Comment:
Thanks for the review! Will make the changes after
https://github.com/apache/ratis/pull/850 is merged.
--
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]