mirror of https://github.com/aria2/aria2
Set UB_MAX_OUTSTANDING_REQUEST 256
parent
f1bfd0ed76
commit
a454a97c4e
|
@ -56,7 +56,7 @@ typedef std::map<std::string, uint8_t> Extensions;
|
|||
#define OUTSTANDING_REQUEST_STEP 6
|
||||
|
||||
// Upper Bound of the number of outstanding request
|
||||
#define UB_MAX_OUTSTANDING_REQUEST 200
|
||||
#define UB_MAX_OUTSTANDING_REQUEST 256
|
||||
|
||||
#define METADATA_PIECE_SIZE (16*1024)
|
||||
|
||||
|
|
Loading…
Reference in New Issue