minorfix3
All checks were successful
deploy / deploy (push) Successful in 59s

This commit is contained in:
2024-10-22 12:58:01 +03:00
parent 3019652d8b
commit a25e16132c
2 changed files with 1 additions and 13 deletions

View File

@@ -23,7 +23,6 @@ async fn main() -> std::io::Result<()> {
let rt = tokio::runtime::Handle::current();
rt.block_on(async move {
app_state_clone.cache_storj_filelist().await;
app_state_clone.refresh_file_list_periodically().await;
});
});