fix(ecstore): drain backfill checkpoint before confirmation

This commit is contained in:
overtrue
2026-09-05 09:29:01 +08:00
parent 70be76c54e
commit e83ace9533
@@ -684,6 +684,7 @@ async fn write_checkpoint(
}; };
let opts = ObjectOptions { let opts = ObjectOptions {
max_parity: true, max_parity: true,
write_completion: crate::object_api::WriteCompletion::TailDrained,
http_preconditions: Some(preconditions), http_preconditions: Some(preconditions),
..Default::default() ..Default::default()
}; };