Merge "Increase the prefetcher's low water mark so it restarts fetching data earlier."
This commit is contained in:
committed by
Android (Google) Code Review
commit
237e5fba32
@@ -58,7 +58,7 @@ private:
|
||||
enum {
|
||||
kPageSize = 65536,
|
||||
kHighWaterThreshold = 5 * 1024 * 1024,
|
||||
kLowWaterThreshold = 512 * 1024,
|
||||
kLowWaterThreshold = 1024 * 1024,
|
||||
|
||||
// Read data after a 15 sec timeout whether we're actively
|
||||
// fetching or not.
|
||||
|
||||
Reference in New Issue
Block a user