fixes bug 352853 "64k update chunks are maxing out mirrors connection limits before they use up their bandwidth" r=robstrong a=mtschrep

git-svn-id: svn://10.0.0.236/trunk@211932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2006-09-18 17:51:06 +00:00
parent 20d748cfcc
commit fa89a89657

View File

@@ -95,8 +95,8 @@ const STATE_FAILED = "failed";
// From updater/errors.h:
const WRITE_ERROR = 7;
const DOWNLOAD_CHUNK_SIZE = 65536;
const DOWNLOAD_BACKGROUND_INTERVAL = 60; // seconds
const DOWNLOAD_CHUNK_SIZE = 300000; // bytes
const DOWNLOAD_BACKGROUND_INTERVAL = 600; // seconds
const DOWNLOAD_FOREGROUND_INTERVAL = 0;
// Values for the PREF_APP_UPDATE_INCOMPATIBLE_MODE pref. See documentation in