| Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| index 52060e220b89ae40094c7db1afd49f69f8b1b485..057dfb8e9747e57c033985a89249ce61b4176e63 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
|
| @@ -116,7 +116,7 @@ class RemoteBitrateEstimator : public CallStatsObserver, public Module {
|
| virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
|
|
|
| protected:
|
| - static const int64_t kProcessIntervalMs = 1000;
|
| + static const int64_t kProcessIntervalMs = 500;
|
| static const int64_t kStreamTimeOutMs = 2000;
|
| };
|
|
|
|
|