diff --git a/pkg/storage/mvcc.go b/pkg/storage/mvcc.go index 57d8825a3ed0..8a64fcc31176 100644 --- a/pkg/storage/mvcc.go +++ b/pkg/storage/mvcc.go @@ -82,7 +82,7 @@ var minWALSyncInterval = settings.RegisterDurationSetting( // being written, but already written tombstones will remain until GCed. The // above note on jobs also applies in this case. var MVCCRangeTombstonesEnabled = settings.RegisterBoolSetting( - settings.SystemOnly, + settings.TenantReadOnly, "storage.mvcc.range_tombstones.enabled", "enables the use of MVCC range tombstones", true)