hlteoh37 commented on code in PR #22901:
URL: https://github.com/apache/flink/pull/22901#discussion_r1252358904
##########
docs/layouts/shortcodes/generated/expert_rest_section.html:
##########
@@ -20,6 +20,18 @@
<td>Long</td>
<td>The time in ms that the client waits for the leader address,
e.g., Dispatcher or WebMonitorEndpoint</td>
</tr>
+ <tr>
+ <td><h5>rest.cache.checkpoint-statistics.size</h5></td>
+ <td style="word-wrap: break-word;">1000</td>
+ <td>Integer</td>
+ <td>Maximum number of entries in the checkpoint statistics
cache.</td>
+ </tr>
+ <tr>
+ <td><h5>rest.cache.checkpoint-statistics.timeout</h5></td>
+ <td style="word-wrap: break-word;">3 s</td>
+ <td>Duration</td>
+ <td>Duration from write after which cached checkpoints statistics
are cleaned up. It can be specified using notation: "500 ms", "1 s".</td>
+ </tr>
Review Comment:
Ok, made it such that it will fallback to `web.refresh-interval`
--
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]