mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
Unexport NewDefaultConfig (not useful for public consumption)
This commit is contained in:
@@ -17,7 +17,7 @@ type config struct {
|
||||
MaxValueSize int
|
||||
}
|
||||
|
||||
func NewDefaultConfig() *config {
|
||||
func newDefaultConfig() *config {
|
||||
return &config{
|
||||
MaxDatafileSize: DefaultMaxDatafileSize,
|
||||
MaxKeySize: DefaultMaxKeySize,
|
||||
|
||||
Reference in New Issue
Block a user