Skip to content

Commit

Permalink
Set smaller default config value for SHJ
Browse files Browse the repository at this point in the history
  • Loading branch information
c21 committed Jul 15, 2020
1 parent 43a59b9 commit 11d138b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,7 @@ object SQLConf {
.version("3.1.0")
.intConf
.checkValue(_ > 0, "The difference must be positive.")
.createWithDefault(4)
.createWithDefault(2)

/**
* Holds information about keys that have been deprecated.
Expand Down

0 comments on commit 11d138b

Please sign in to comment.