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

This commit is contained in:
Andreas Huber
2010-11-11 17:15:52 -08:00
committed by Android (Google) Code Review

View File

@@ -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.