Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b67d6c4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BufferPoolClient: Increase kReceiveTimeoutUs to 2000000" am: 22541847

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1316175

Change-Id: Iac8c654ca9f94a8d53402fa39e16adfc2b98dcf8
parents d0a0e4e6 22541847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ namespace bufferpool {
namespace V2_0 {
namespace implementation {

static constexpr int64_t kReceiveTimeoutUs = 1000000; // 100ms
static constexpr int64_t kReceiveTimeoutUs = 2000000; // 2s
static constexpr int kPostMaxRetry = 3;
static constexpr int kCacheTtlUs = 1000000; // TODO: tune
static constexpr size_t kMaxCachedBufferCount = 64;