mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Hide background_fetch_without_timeout from public API
This commit is contained in:
@@ -240,7 +240,7 @@ impl CommandApi {
|
||||
self.accounts
|
||||
.write()
|
||||
.await
|
||||
.background_fetch_with_timeout(std::time::Duration::from_secs_f64(timeout_in_seconds))
|
||||
.background_fetch(std::time::Duration::from_secs_f64(timeout_in_seconds))
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user