mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 11:00:38 +00:00
move to a separate key instead of reusing dbdir
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -945,7 +945,9 @@ impl TenantConfig {
|
||||
patch
|
||||
.basebackup_cache_enabled
|
||||
.apply(&mut basebackup_cache_enabled);
|
||||
patch.rel_size_v1_access_disabled.apply(&mut rel_size_v1_access_disabled);
|
||||
patch
|
||||
.rel_size_v1_access_disabled
|
||||
.apply(&mut rel_size_v1_access_disabled);
|
||||
|
||||
Ok(Self {
|
||||
checkpoint_distance,
|
||||
|
||||
Reference in New Issue
Block a user