mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
hack: decrease ratelimit for .testrun.org subdomains
This commit is contained in:
@@ -28,7 +28,7 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
.layer(Extension(state.clone()));
|
||||
|
||||
tokio::spawn(async move {
|
||||
state.accounts.read().await.start_io().await;
|
||||
state.accounts.write().await.start_io().await;
|
||||
});
|
||||
|
||||
let addr = SocketAddr::from(([127, 0, 0, 1], port));
|
||||
|
||||
Reference in New Issue
Block a user