Don't delay transaction fetches due to load, only ledger fetches.

This commit is contained in:
JoelKatz
2013-07-22 03:28:13 -07:00
parent 21ace6a9b5
commit b428e94ce8
6 changed files with 41 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ SETUP_LOG (InboundLedger)
#define LEDGER_TIMEOUT_AGGRESSIVE 6 // how many timeouts before we get aggressive
InboundLedger::InboundLedger (uint256 const& hash, uint32 seq)
: PeerSet (hash, LEDGER_ACQUIRE_TIMEOUT)
: PeerSet (hash, LEDGER_ACQUIRE_TIMEOUT, false)
, mHaveBase (false)
, mHaveState (false)
, mHaveTransactions (false)