Upped socket buffer size to avoid buffer full problems.

This commit is contained in:
warren%netscape.com 1999-07-10 11:26:49 +00:00
parent 860db76806
commit 608a516952

View File

@ -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