| 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 e8bcfbd984a6bdbafb98972bc7b2a059e43d7862..c69bd1a429da5b0eb3e867644d4eaf5b97706cf1 100644
 | 
| --- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
 | 
| +++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
 | 
| @@ -20,7 +20,7 @@ namespace {
 | 
|  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;
 | 
|  
 | 
|  // The maximum time period over which the cluster history is retained.
 | 
|  // This is also the maximum time period beyond which a probing burst is not
 | 
| 
 |