mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 19:50:38 +00:00
fix: suggestions commited from GitHub web didn't compile
This commit is contained in:
@@ -556,14 +556,14 @@ async fn collect_eviction_candidates(
|
||||
let min_resident_size = if let Some(s) = tenant.get_min_resident_size_override() {
|
||||
debug!(
|
||||
tenant_id=%tenant.tenant_id(),
|
||||
override=s,
|
||||
overriden_size=s,
|
||||
"using overridden min resident size for tenant"
|
||||
);
|
||||
s
|
||||
} else {
|
||||
debug!(
|
||||
tenant_id=%tenant.tenant_id(),
|
||||
max_layer_size,
|
||||
max_layer_size,
|
||||
"using max layer size as min_resident_size for tenant",
|
||||
);
|
||||
max_layer_size
|
||||
|
||||
Reference in New Issue
Block a user