mirror of https://github.com/aria2/aria2
Reverted UB_MAX_OUTSTANDING_REQUEST to 256
parent
53dde0a9ae
commit
851eb137c1
|
@ -53,7 +53,7 @@
|
||||||
#define OUTSTANDING_REQUEST_STEP 6
|
#define OUTSTANDING_REQUEST_STEP 6
|
||||||
|
|
||||||
// Upper Bound of the number of outstanding request
|
// Upper Bound of the number of outstanding request
|
||||||
#define UB_MAX_OUTSTANDING_REQUEST 512
|
#define UB_MAX_OUTSTANDING_REQUEST 256
|
||||||
|
|
||||||
#define METADATA_PIECE_SIZE (16*1024)
|
#define METADATA_PIECE_SIZE (16*1024)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue