Unexport NewDefaultConfig (not useful for public consumption)

This commit is contained in:
James Mills
2019-03-20 07:46:26 +10:00
parent d8a48f9eea
commit 2d9bfbb408
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ type config struct {
MaxValueSize int
}
func NewDefaultConfig() *config {
func newDefaultConfig() *config {
return &config{
MaxDatafileSize: DefaultMaxDatafileSize,
MaxKeySize: DefaultMaxKeySize,