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

Commit a628f895 authored by Andreas Huber's avatar Andreas Huber
Browse files

Increase the prefetcher's low water mark so it restarts fetching data earlier.

720p high bitrate content pretty much requires this.

Change-Id: I2cb29d1fa2e3c511f1b88a106a02c53c68a10f2f
parent 3279bde5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,7 @@ private:
    enum {
    enum {
        kPageSize            = 65536,
        kPageSize            = 65536,
        kHighWaterThreshold  = 5 * 1024 * 1024,
        kHighWaterThreshold  = 5 * 1024 * 1024,
        kLowWaterThreshold   = 512 * 1024,
        kLowWaterThreshold   = 1024 * 1024,


        // Read data after a 15 sec timeout whether we're actively
        // Read data after a 15 sec timeout whether we're actively
        // fetching or not.
        // fetching or not.