From a310016fd9621caa4c5b99ef5446c1dacd6d45ac Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:15:55 +0200 Subject: [PATCH] typo --- src/cdn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdn.rs b/src/cdn.rs index ea395d5..505f7f7 100644 --- a/src/cdn.rs +++ b/src/cdn.rs @@ -212,7 +212,7 @@ impl Hosts { hosts.rate(asn, user_region, true).await; if hosts.servers.iter().all(|server| server.rating == 0) { - info!("All CDN servers failed with 500ms timeout, retrying with 5000ms timeout"); + info!("All CDN servers failed with 1000ms timeout, retrying with 5000ms timeout"); hosts.rate(asn, user_region, false).await; }