zentol commented on a change in pull request #15054:
URL: https://github.com/apache/flink/pull/15054#discussion_r605173017
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java
##########
@@ -166,4 +168,69 @@
"Thread priority of the REST server's executor for
processing asynchronous requests. "
+ "Lowering the thread priority will give
Flink's main components more CPU time whereas "
+ "increasing will allocate more time for
the REST server's processing.");
+
+ /**
+ * "Time after which cached stats are cleaned up if not accessed. It can
be specified using
+ * notation: "100 s", "10 m".
Review comment:
copy&paste error
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]