mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
@@ -1504,7 +1504,10 @@ impl Timeline {
|
||||
timeline_id,
|
||||
tenant_id,
|
||||
pg_version,
|
||||
layers: Arc::new(tokio::sync::RwLock::new((LayerMap::default()), LayerFileManager::new())),
|
||||
layers: Arc::new(tokio::sync::RwLock::new((
|
||||
LayerMap::default(),
|
||||
LayerFileManager::new(),
|
||||
))),
|
||||
wanted_image_layers: Mutex::new(None),
|
||||
|
||||
walredo_mgr,
|
||||
|
||||
Reference in New Issue
Block a user