Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
index 5c453705f707312031add343e075d9146522bc93..84d834aace68528efb1a8ebfc4237a1af452b373 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
@@ -20,7 +20,7 @@ |
namespace webrtc { |
// TODO(sprang): Tune these! |
-const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 200; |
+const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 50; |
const int RemoteEstimatorProxy::kBackWindowMs = 500; |
RemoteEstimatorProxy::RemoteEstimatorProxy(Clock* clock, |