eth/downloader: raise pending state limit that prevented concurrency

This commit is contained in:
Péter Szilágyi
2016-02-08 14:57:02 +02:00
parent 856b9e9c50
commit f1ec226d80
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,6 @@ var (
maxQueuedHashes = 256 * 1024 // [eth/61] Maximum number of hashes to queue for import (DOS protection)
maxQueuedHeaders = 256 * 1024 // [eth/62] Maximum number of headers to queue for import (DOS protection)
maxQueuedStates = 256 * 1024 // [eth/63] Maximum number of state requests to queue (DOS protection)
maxResultsProcess = 256 // Number of download results to import at once into the chain
fsHeaderCheckFrequency = 100 // Verification frequency of the downloaded headers during fast sync