mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 11:30:37 +00:00
blanket rename
This commit is contained in:
@@ -62,7 +62,7 @@ use crate::{
|
||||
task_mgr::{self, TaskKind, BACKGROUND_RUNTIME},
|
||||
tenant::{
|
||||
self,
|
||||
storage_layer::{AsLayerDesc, LayerE},
|
||||
storage_layer::{AsLayerDesc, Layer},
|
||||
timeline::EvictionError,
|
||||
Timeline,
|
||||
},
|
||||
@@ -481,7 +481,7 @@ pub async fn disk_usage_eviction_task_iteration_impl<U: Usage>(
|
||||
#[derive(Clone)]
|
||||
struct EvictionCandidate {
|
||||
timeline: Arc<Timeline>,
|
||||
layer: Arc<LayerE>,
|
||||
layer: Layer,
|
||||
last_activity_ts: SystemTime,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user