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

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

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

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

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

Change-Id: I3fdbc44f94308ebe49e829a8e4e30be1eacd1daa
parents be183040 f45bc5dd
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;