Tweaked block download timeouts (#6595) (#6655)

This commit is contained in:
Arkadiy Paronyan
2017-10-06 13:46:11 +02:00
committed by GitHub
parent 77a2c77c45
commit 1b45870af8
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ use sync_io::SyncIo;
use blocks::BlockCollection;
const MAX_HEADERS_TO_REQUEST: usize = 128;
const MAX_BODIES_TO_REQUEST: usize = 64;
const MAX_BODIES_TO_REQUEST: usize = 32;
const MAX_RECEPITS_TO_REQUEST: usize = 128;
const SUBCHAIN_SIZE: u64 = 256;
const MAX_ROUND_PARENTS: usize = 16;