proxy-reworked

This commit is contained in:
2024-10-22 19:34:08 +03:00
parent 30a2672ca8
commit 1c27714455
7 changed files with 125 additions and 116 deletions

View File

@@ -26,7 +26,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_storj_filelist().await;
app_state_clone.cache_filelist().await;
});
});