Skip to content

Commit

Permalink
Post restore config fix (pingcap#202)
Browse files Browse the repository at this point in the history
* fix the mistake in lightning config file

* fix typo

* remote the "also" in description
  • Loading branch information
ericsyh authored and kennytm committed Jul 3, 2019
1 parent 9d55221 commit 8601657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tidb-lightning.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ checksum-table-concurrency = 16
# if set true, checksum will do ADMIN CHECKSUM TABLE <table> for each table.
checksum = true
# if set to true, compact will do level 1 compaction to tikv data.
# if this setting is missing, the default value is also true.
# if this setting is missing, the default value is false.
level-1-compact = false
# if set true, compact will do full compaction to tikv data.
compact = true
# if this setting is missing, the default value is false.
compact = false
# if set true, analyze will do ANALYZE TABLE <table> for each table.
analyze = true

Expand Down

0 comments on commit 8601657

Please sign in to comment.