les, light: reduce les testing stress (#17867)

This commit is contained in:
gary rong
2018-10-08 21:52:23 +08:00
committed by Péter Szilágyi
parent 53634f1e04
commit c5d34fc94e
2 changed files with 15 additions and 15 deletions

View File

@ -87,7 +87,7 @@ const (
testDistBufLimit = 10000000
testDistMaxCost = 1000000
testDistPeerCount = 5
testDistReqCount = 50000
testDistReqCount = 5000
testDistMaxResendCount = 3
)