Skip to content

Commit 6158749

Browse files
craig[bot]jbowens
andcommitted
Merge #150524
150524: storage: re-enable value separation by default, metamorphically r=annrpom a=jbowens This commit re-enables value separation by default now that #150216 is resolved. It's now metamorphically toggled on/off as well. Epic: none Release note: none Co-authored-by: Jackson Owens <[email protected]>
2 parents 171c26c + 6b5aa2f commit 6158749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/storage/pebble.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ var (
421421
settings.SystemVisible,
422422
"storage.value_separation.enabled",
423423
"whether or not values may be separated into blob files",
424-
false, /* defaultValue */
424+
metamorphic.ConstantWithTestBool(
425+
"storage.value_separation.enabled", true /* defaultValue */),
425426
)
426427
valueSeparationMinimumSize = settings.RegisterIntSetting(
427428
settings.SystemVisible,

0 commit comments

Comments
 (0)