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);