[release/1.4.6] eth/downloader: fix reviewer comments
(cherry picked from commit 8906b2fe09)
			
			
This commit is contained in:
		@@ -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 (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user