We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e9e95 commit 1a83e0eCopy full SHA for 1a83e0e
crates/shadowsocks-service/src/local/loadbalancing/ping_balancer.rs
@@ -829,7 +829,7 @@ impl PingChecker {
829
Err(..) => server_score.push_score_fetch_statistic(Score::Errored).await,
830
};
831
832
- if stat_data.fail_rate > 0.5 {
+ if stat_data.fail_rate > 0.8 {
833
warn!(
834
"balancer: checked & updated remote {} server {} (score: {}), {:?}",
835
self.server_type,
0 commit comments