tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep

This commit is contained in:
dwitte@stanford.edu 2008-01-03 16:27:38 -08:00
parent 5515bdbb3f
commit 4d1fe7905b

View File

@ -61,7 +61,7 @@
* the partial line will be appended to the out parameter of NS_ReadLine and the
* buffer will be emptied.
*/
#define kLineBufferSize 1024
#define kLineBufferSize 4096
/**
* @internal