Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.cc |
diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc |
index 561fde939180b74e0cad8b606952487c984eabbd..d5ec6bb2eed4647d4546219dee4ab1c563df45e0 100644 |
--- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc |
+++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc |
@@ -22,7 +22,7 @@ constexpr size_t kMaxNumSavedClusters = 5; |
constexpr int kMinNumProbesValidCluster = 4; |
// The maximum (receive rate)/(send rate) ratio for a valid estimate. |
-constexpr float kValidRatio = 1.2f; |
+constexpr float kValidRatio = 2.0f; |
} |
namespace webrtc { |