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

Commit 4c10fabc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "transcoding: change max back-to-back running time to 2min" into sc-dev

parents ffa4219d b5f311cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ private:
        // 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 {