change maximum # outstanding to 8 to reduce load on nodes

This commit is contained in:
Dan Laine 2020-06-19 18:06:04 -04:00
parent 4d4a073d60
commit 67d9281501
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const (
StatusUpdateFrequency = 2500
// MaxOutstandingRequests is the maximum number of GetAncestors sent but not responsded to/failed
MaxOutstandingRequests = 15
MaxOutstandingRequests = 8
)
var (