commit | b5f311cbb76bce252854bbc225af25a0fea7f866 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Tue May 11 13:53:26 2021 -0700 |
committer | Chong Zhang <chz@google.com> | Tue May 11 13:53:26 2021 -0700 |
tree | 204ddca76c81b73528cf5127ea2cc6e6d851e05a | |
parent | 1495b1016fdaef1e42e6af494767287212e38323 [diff] |
transcoding: change max back-to-back running time to 2min bug: 177631807 test: CTS MediaTranscodeManager tests; transcoding unit tests. Change-Id: Ib4c333805856c7c0cc581bbe7784bcbe7df28ce9
diff --git a/media/libmediatranscoding/include/media/TranscodingSessionController.h b/media/libmediatranscoding/include/media/TranscodingSessionController.h index 2691201..2657889 100644 --- a/media/libmediatranscoding/include/media/TranscodingSessionController.h +++ b/media/libmediatranscoding/include/media/TranscodingSessionController.h
@@ -107,7 +107,7 @@ // Maximum allowed back-to-back start count. int32_t pacerBurstCountQuota = 10; // Maximum allowed back-to-back running time. - int32_t pacerBurstTimeQuotaSeconds = 180; // 3-min + int32_t pacerBurstTimeQuotaSeconds = 120; // 2-min }; struct Session {