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

Commit b5f311cb authored by Chong Zhang's avatar Chong Zhang
Browse files

transcoding: change max back-to-back running time to 2min

bug: 177631807
test: CTS MediaTranscodeManager tests; transcoding unit tests.
Change-Id: Ib4c333805856c7c0cc581bbe7784bcbe7df28ce9
parent 1495b101
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ private:
        // Maximum allowed back-to-back start count.
        // Maximum allowed back-to-back start count.
        int32_t pacerBurstCountQuota = 10;
        int32_t pacerBurstCountQuota = 10;
        // Maximum allowed back-to-back running time.
        // Maximum allowed back-to-back running time.
        int32_t pacerBurstTimeQuotaSeconds = 180;  // 3-min
        int32_t pacerBurstTimeQuotaSeconds = 120;  // 2-min
    };
    };


    struct Session {
    struct Session {