noaws
Some checks failed
deploy / deploy (push) Failing after 52s

This commit is contained in:
2024-10-22 12:24:47 +03:00
parent ca97ecf128
commit fd3f8371cc
4 changed files with 71 additions and 127 deletions

View File

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