Github user dlogothetis commented on a diff in the pull request: https://github.com/apache/giraph/pull/93#discussion_r231387974 --- Diff: giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java --- @@ -690,6 +690,12 @@ new IntConfOption("giraph.maxRequestMilliseconds", MINUTES.toMillis(10), "Milliseconds for a request to complete (or else resend)"); + /** Milliseconds for a request to complete (or else resend) */ --- End diff -- Comment seems inaccurate.
---