update at 2022-02-21 20:16:41 by ehlxr

This commit is contained in:
ehlxr 2022-02-21 20:16:41 +08:00
parent 88b9d511dd
commit ca43cd5454

View File

@ -83,7 +83,7 @@ async fn refresh_token() {
tokio::time::sleep(tokio::time::Duration::from_secs(interval)).await; tokio::time::sleep(tokio::time::Duration::from_secs(interval)).await;
debug!("refresh_token... "); debug!("refresh_token... ");
interval = 5; interval = 60;
CACHE CACHE
.write() .write()
.await .await