Set UB_MAX_OUTSTANDING_REQUEST 256

pull/1/head
Tatsuhiro Tsujikawa 2011-07-16 16:19:38 +09:00
parent f1bfd0ed76
commit a454a97c4e
1 changed files with 1 additions and 1 deletions

View File

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