mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
typo
This commit is contained in:
@@ -212,7 +212,7 @@ impl Hosts {
|
|||||||
hosts.rate(asn, user_region, true).await;
|
hosts.rate(asn, user_region, true).await;
|
||||||
|
|
||||||
if hosts.servers.iter().all(|server| server.rating == 0) {
|
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;
|
hosts.rate(asn, user_region, false).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user