Skip to content

Commit

Permalink
change tablesize default value (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb authored Aug 18, 2022
1 parent 5b745b9 commit 4ee4a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ type Configuration struct {

// TableSize unit is GB, enable users to define MaxTableSize
// when AllInMemoryEnabled == true or MemoryLimitDisabled== true, Cli will look up this config
// default value is 6, modification range is [2, 100]
// default value is 3, modification range is [2, 100]
TableSize *int64 `json:"table_size,omitempty"`

// TableSize unit is MB, enable users to define ValueLogFileSize
Expand Down

0 comments on commit 4ee4a2a

Please sign in to comment.