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 627907a commit 97834dfCopy full SHA for 97834df
pkg/storage/pebble.go
@@ -421,8 +421,7 @@ var (
421
settings.SystemVisible,
422
"storage.value_separation.enabled",
423
"whether or not values may be separated into blob files",
424
- metamorphic.ConstantWithTestBool(
425
- "storage.value_separation.enabled", true /* defaultValue */),
+ false, /* defaultValue */
426
)
427
valueSeparationMinimumSize = settings.RegisterIntSetting(
428
0 commit comments