Skip to content

Commit 42d5eac

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

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
@@ -268,13 +268,13 @@
268268
</tr>
269269
<tr>
270270
<td><h5>compaction.metrics.enabled</h5></td>
271-
<td style="word-wrap: break-word;">0.2</td>
271+
<td style="word-wrap: break-word;">false</td>
272272
<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>
277-
<td style="word-wrap: break-word;">0.2</td>
277+
<td style="word-wrap: break-word;">10</td>
278278
<td>Integer</td>
279279
<td>Set the maximum number of times a record metric can be retained.</td>
280280
</tr>

0 commit comments

Comments
 (0)