Skip to content

Commit

Permalink
doc: remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Nov 10, 2023
1 parent f001d70 commit 5014267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pageserver/src/tenant/timeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3504,8 +3504,6 @@ impl Timeline {

// Fsync all the layer files and directory using multiple threads to
// minimize latency.
//
// FIXME: spawn_blocking above for this
par_fsync::par_fsync_async(&layer_paths)
.await
.context("fsync all new layers")?;
Expand Down

0 comments on commit 5014267

Please sign in to comment.