hack: decrease ratelimit for .testrun.org subdomains

This commit is contained in:
link2xt
2023-11-01 18:47:22 +00:00
parent 89c873acd0
commit 0431ae53ca
6 changed files with 26 additions and 13 deletions

View File

@@ -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));