mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
@@ -213,7 +213,7 @@ impl OpenLayerManager {
|
||||
);
|
||||
|
||||
let new_layer =
|
||||
InMemoryLayer::create(conf, timeline_id, tenant_shard_id, start_lsn, &gate, ctx)
|
||||
InMemoryLayer::create(conf, timeline_id, tenant_shard_id, start_lsn, gate, ctx)
|
||||
.await?;
|
||||
let layer = Arc::new(new_layer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user