mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Set the max number of open transports to 8.
This commit is contained in:
parent
315de829f9
commit
8c60c16be7
@ -50,7 +50,7 @@ PRLogModuleInfo* gHTTPLog = nsnull;
|
|||||||
#endif /* PR_LOGGING */
|
#endif /* PR_LOGGING */
|
||||||
|
|
||||||
|
|
||||||
#define MAX_NUMBER_OF_OPEN_TRANSPORTS 4
|
#define MAX_NUMBER_OF_OPEN_TRANSPORTS 8
|
||||||
|
|
||||||
static NS_DEFINE_CID(kStandardUrlCID, NS_STANDARDURL_CID);
|
static NS_DEFINE_CID(kStandardUrlCID, NS_STANDARDURL_CID);
|
||||||
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);
|
static NS_DEFINE_CID(kSocketTransportServiceCID, NS_SOCKETTRANSPORTSERVICE_CID);
|
||||||
|
Loading…
Reference in New Issue
Block a user