chore(ecstore): standardize 24 bare TODO/FIXME to tracked format (#6346)

This commit is contained in:
Zhengchao An
2026-08-22 07:09:32 +08:00
committed by GitHub
parent ab5d433fe1
commit 61b5edf16e
13 changed files with 25 additions and 25 deletions
@@ -866,7 +866,7 @@ impl BucketTargetSys {
return Some(cli);
}
// TODO: spawn a task to reload the target
// TODO(backlog): spawn an async task to proactively reload the replication target
if self.is_reloading_target(bucket, arn).await {
return None;
}