| Index: webrtc/modules/audio_processing/aec3/aec3_common.h
 | 
| diff --git a/webrtc/modules/audio_processing/aec3/aec3_common.h b/webrtc/modules/audio_processing/aec3/aec3_common.h
 | 
| index ef7dcdf261bdeefd7d13a66794ece7cadfa1f6f2..f03a7e33d29f25370d39f621679b1cccdfa9f0c1 100644
 | 
| --- a/webrtc/modules/audio_processing/aec3/aec3_common.h
 | 
| +++ b/webrtc/modules/audio_processing/aec3/aec3_common.h
 | 
| @@ -63,7 +63,7 @@ constexpr float kFixedEchoPathGain = 100;
 | 
|  constexpr size_t kRenderDelayBufferSize =
 | 
|      (3 * kDownsampledRenderBufferSize) / (4 * kSubBlockSize);
 | 
|  
 | 
| -constexpr size_t kMaxApiCallsJitterBlocks = 10;
 | 
| +constexpr size_t kMaxApiCallsJitterBlocks = 20;
 | 
|  constexpr size_t kRenderTransferQueueSize = kMaxApiCallsJitterBlocks / 2;
 | 
|  static_assert(2 * kRenderTransferQueueSize >= kMaxApiCallsJitterBlocks,
 | 
|                "Requirement to ensure buffer overflow detection");
 | 
| 
 |