File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ static const unsigned int AVG_INVENTORY_BROADCAST_INTERVAL = 5;
106106static const unsigned int AVG_FEEFILTER_BROADCAST_INTERVAL = 10 * 60 ;
107107/* * Maximum feefilter broadcast delay after significant change. */
108108static const unsigned int MAX_FEEFILTER_CHANGE_DELAY = 5 * 60 ;
109- /* * Block download timeout base, expressed in millionths of the block interval (i.e. 20 min) */
110- static const int64_t BLOCK_DOWNLOAD_TIMEOUT_BASE = 2000000 ;
109+ /* * Block download timeout base, expressed in millionths of the block interval (i.e. 10 min) */
110+ static const int64_t BLOCK_DOWNLOAD_TIMEOUT_BASE = 1000000 ;
111111/* * Additional block download timeout per parallel downloading peer (i.e. 5 min) */
112112static const int64_t BLOCK_DOWNLOAD_TIMEOUT_PER_PEER = 500000 ;
113113
You can’t perform that action at this time.
0 commit comments