Skip to content

Commit 521ad87

Browse files
committed
[core] fix core_configuration parameter type problems. apache#6880
1 parent 47decf9 commit 521ad87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@
269269
<tr>
270270
<td><h5>compaction.metrics.enabled</h5></td>
271271
<td style="word-wrap: break-word;">0.2</td>
272-
<td>Double</td>
272+
<td>Boolean</td>
273273
<td>If enabled, compaction metric data will be recorded for each instance.</td>
274274
</tr>
275275
<tr>
276276
<td><h5>compaction.metrics.retained_num</h5></td>
277277
<td style="word-wrap: break-word;">0.2</td>
278-
<td>Double</td>
278+
<td>Integer</td>
279279
<td>Set the maximum number of times a record metric can be retained.</td>
280280
</tr>
281281
<tr>

0 commit comments

Comments
 (0)