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
+1 -1
View File
@@ -249,7 +249,7 @@ impl Sets {
self.connect_disks().await;
// TODO: config interval
// TODO(backlog): make monitor_and_connect interval configurable instead of hardcoded 15s
let mut interval = tokio::time::interval(Duration::from_secs(15));
loop {
tokio::select! {