mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep
This commit is contained in:
parent
5515bdbb3f
commit
4d1fe7905b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user