Skip to content

Commit 5e5f9f0

Browse files
author
yuzelin
committed
fix
1 parent 197f86d commit 5e5f9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<td><h5>commit.strict-mode.last-safe-snapshot</h5></td>
241241
<td style="word-wrap: break-word;">(none)</td>
242242
<td>Long</td>
243-
<td>If set, committer will check if there are other commit user's COMPACT / OVERWRITE snapshot, starting from the snapshot after this one. If found, commit will be aborted. If the value of this option is -1, committer will not check for its first commit.</td>
243+
<td>If set, committer will check if there are other commit user's snapshot starting from the snapshot after this one. If found a COMPACT / OVERWRITE snapshot, or found a APPEND snapshot which committed files to fixed bucket, commit will be aborted.If the value of this option is -1, committer will not check for its first commit.</td>
244244
</tr>
245245
<tr>
246246
<td><h5>commit.timeout</h5></td>

0 commit comments

Comments
 (0)