mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Upped socket buffer size to avoid buffer full problems.
This commit is contained in:
parent
860db76806
commit
608a516952
@ -33,7 +33,7 @@
|
||||
// This is the size of the global buffer used by all nsSocketTransport
|
||||
// instances when reading from or writing to the network.
|
||||
//
|
||||
#define MAX_IO_BUFFER_SIZE 8192
|
||||
#define MAX_IO_BUFFER_SIZE (1024*1024)//8192
|
||||
|
||||
//
|
||||
// This is the maximum amount of data that will be read into a stream before
|
||||
|
Loading…
Reference in New Issue
Block a user