We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b745b9 commit 4ee4a2aCopy full SHA for 4ee4a2a
configuration/types.go
@@ -421,7 +421,7 @@ type Configuration struct {
421
422
// TableSize unit is GB, enable users to define MaxTableSize
423
// when AllInMemoryEnabled == true or MemoryLimitDisabled== true, Cli will look up this config
424
- // default value is 6, modification range is [2, 100]
+ // default value is 3, modification range is [2, 100]
425
TableSize *int64 `json:"table_size,omitempty"`
426
427
// TableSize unit is MB, enable users to define ValueLogFileSize
0 commit comments