This is an automated email from the ASF dual-hosted git repository.

leesf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fb580d3  [MINOR] Fixed typo in documentation for configurations (#2840)
fb580d3 is described below

commit fb580d33ed6d635169760366784ad79b2b18c336
Author: Sebastian Bernauer <[email protected]>
AuthorDate: Sat Apr 17 09:13:04 2021 +0200

    [MINOR] Fixed typo in documentation for configurations (#2840)
---
 docs/_docs/2_4_configurations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/2_4_configurations.md b/docs/_docs/2_4_configurations.md
index 9dfe76d..9279366 100644
--- a/docs/_docs/2_4_configurations.md
+++ b/docs/_docs/2_4_configurations.md
@@ -641,7 +641,7 @@ Property: `hoodie.metadata.insert.parallelism` <br/>
 Property: `hoodie.metadata.compact.max.delta.commits` <br/>
 <span style="color:grey"> Controls how often the metadata table is 
compacted.</span>
 
-#### archiveCommitsWith(minToKeep = 30, maxToKeep = 20) {#enable}
+#### archiveCommitsWith(minToKeep = 20, maxToKeep = 30) {#enable}
 Property: `hoodie.metadata.keep.min.commits`, 
`hoodie.metadata.keep.max.commits` <br/>
 <span style="color:grey"> Controls the archival of the metadata table's 
timeline </span>
 

Reply via email to