doc: remove obsolete FIXME

this was cleared with partial metadata updates.
This commit is contained in:
Joonas Koivunen
2024-07-19 07:44:41 +00:00
parent 86f26d0918
commit 0ad31bb7fb

View File

@@ -687,8 +687,6 @@ impl RemoteTimelineClient {
self: &Arc<Self>,
new_parent: &TimelineId,
) -> anyhow::Result<()> {
// FIXME: because of how Timeline::schedule_uploads works when called from layer flushing
// and reads the in-memory part we cannot do the detaching like this
let receiver = {
let mut guard = self.upload_queue.lock().unwrap();
let upload_queue = guard.initialized_mut()?;