Poll stats more often to get more stable stats in ramp-up tests.
BUG=chromium:538649 R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1384253004 . Cr-Commit-Position: refs/heads/master@{#10170}
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
namespace webrtc {
|
||||
namespace {
|
||||
|
||||
static const int64_t kPollIntervalMs = 250;
|
||||
static const int64_t kPollIntervalMs = 20;
|
||||
|
||||
std::vector<uint32_t> GenerateSsrcs(size_t num_streams,
|
||||
uint32_t ssrc_offset) {
|
||||
|
||||
Reference in New Issue
Block a user