Enable overlay by default (#835)
This commit is contained in:
parent
252da15f0d
commit
9449010c15
@ -33,7 +33,7 @@ type Config struct {
|
|||||||
DatabaseURL string `help:"the database connection string to use" default:"bolt://$CONFDIR/pointerdb.db"`
|
DatabaseURL string `help:"the database connection string to use" default:"bolt://$CONFDIR/pointerdb.db"`
|
||||||
MinRemoteSegmentSize int `default:"1240" help:"minimum remote segment size"`
|
MinRemoteSegmentSize int `default:"1240" help:"minimum remote segment size"`
|
||||||
MaxInlineSegmentSize int `default:"8000" help:"maximum inline segment size"`
|
MaxInlineSegmentSize int `default:"8000" help:"maximum inline segment size"`
|
||||||
Overlay bool `default:"false" help:"toggle flag if overlay is enabled"`
|
Overlay bool `default:"true" help:"toggle flag if overlay is enabled"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func newKeyValueStore(dbURLString string) (db storage.KeyValueStore, err error) {
|
func newKeyValueStore(dbURLString string) (db storage.KeyValueStore, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user