Skip to content

Commit 4ee4a2a

Browse files
authored
change tablesize default value (#344)
1 parent 5b745b9 commit 4ee4a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ type Configuration struct {
421421

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

427427
// TableSize unit is MB, enable users to define ValueLogFileSize

0 commit comments

Comments
 (0)