This commit is contained in:
weisd
2025-04-08 22:10:47 +08:00
parent 69e27bfece
commit 3dbdd38889
5 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ where
}
async fn load(self: Arc<Self>) -> Result<()> {
debug!("load iam to cache");
// debug!("load iam to cache");
self.api.load_all(&self.cache).await?;
self.last_timestamp
.store(OffsetDateTime::now_utc().unix_timestamp(), Ordering::Relaxed);
+1 -1
View File
@@ -133,7 +133,7 @@ impl ObjectStore {
}
async fn list_iam_config_items(&self, prefix: &str, ctx_rx: B_Receiver<bool>, sender: Sender<StringOrErr>) {
debug!("list iam config items, prefix: {}", &prefix);
// debug!("list iam config items, prefix: {}", &prefix);
// todo, 实现walk,使用walk