Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Dec 10, 2024
1 parent ba648c7 commit 4303d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/generated/core_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<td>Maximum number of retries when commit failed.</td>
</tr>
<tr>
<td><h5>commit.max-timeout</h5></td>
<td><h5>commit.timeout</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>Duration</td>
<td>Max timeout duration of retry when commit failed.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public class CoreOptions implements Serializable {
.withDescription("Whether to force a compaction before commit.");

public static final ConfigOption<Duration> COMMIT_MAX_TIMEOUT =
key("commit.max-timeout")
key("commit.timeout")
.durationType()
.noDefaultValue()
.withDescription("Max timeout duration of retry when commit failed.");
Expand Down

0 comments on commit 4303d95

Please sign in to comment.