mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
hack: decrease ratelimit for .testrun.org subdomains
This commit is contained in:
@@ -258,8 +258,8 @@ impl Accounts {
|
||||
}
|
||||
|
||||
/// Starts background tasks such as IMAP and SMTP loops for all accounts.
|
||||
pub async fn start_io(&self) {
|
||||
for account in self.accounts.values() {
|
||||
pub async fn start_io(&mut self) {
|
||||
for account in self.accounts.values_mut() {
|
||||
account.start_io().await;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user