mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 20:40:37 +00:00
fix: upload compacted layers
This commit is contained in:
@@ -3400,6 +3400,12 @@ impl Timeline {
|
||||
|
||||
drop_wlock(guard);
|
||||
|
||||
if let Some(rtc) = self.remote_client.as_ref() {
|
||||
for needs_upload in insert_layers {
|
||||
rtc.schedule_layer_file_upload(needs_upload)?;
|
||||
}
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user