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

master
ehlxr 2022-02-21 20:16:41 +08:00
parent 88b9d511dd
commit ca43cd5454
1 changed files with 1 additions and 1 deletions

View File

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