Bug 545869 - Follow up. Decrease the buffer size used in the external helper app to match the default used in all.js and the rest of necko. r=bz

This commit is contained in:
Doug Turner 2010-04-20 10:51:09 -07:00
parent e35d8e72d5
commit 0f63456b8d

View File

@ -1144,7 +1144,7 @@ nsExternalAppHandler::nsExternalAppHandler(nsIMIMEInfo * aMIMEInfo,
if (!prefs)
return;
mBufferSize = 8192;
mBufferSize = 4096;
PRInt32 size;
nsresult rv = prefs->GetIntPref("network.buffer.cache.size", &size);
if (NS_SUCCEEDED(rv)) {