eth/downloader: fix reviewer comments

This commit is contained in:
Péter Szilágyi
2016-05-17 11:12:57 +03:00
parent e86619e75d
commit 8906b2fe09
2 changed files with 32 additions and 9 deletions

View File

@ -39,8 +39,8 @@ import (
)
var (
blockCacheLimit = 16384 // Maximum number of blocks to cache before throttling the download
maxInFlightStates = 8192 // Maximum number of state downloads to allow concurrently
blockCacheLimit = 8192 // Maximum number of blocks to cache before throttling the download
maxInFlightStates = 8192 // Maximum number of state downloads to allow concurrently
)
var (