diff options
author | gary rong <garyrong0905@gmail.com> | 2018-10-08 21:52:23 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-10-08 21:52:23 +0800 |
commit | c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c (patch) | |
tree | f67c67d35af3f434c8bb2d7726f36a029605470a /les | |
parent | 53634f1e04a7ff020fbdeb71f48dbcf33d530125 (diff) | |
download | dexon-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.gz dexon-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.zst dexon-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.zip |
les, light: reduce les testing stress (#17867)
Diffstat (limited to 'les')
-rw-r--r-- | les/distributor_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/les/distributor_test.go b/les/distributor_test.go index 2891bcab4..8c7621f26 100644 --- a/les/distributor_test.go +++ b/les/distributor_test.go @@ -87,7 +87,7 @@ const ( testDistBufLimit = 10000000 testDistMaxCost = 1000000 testDistPeerCount = 5 - testDistReqCount = 50000 + testDistReqCount = 5000 testDistMaxResendCount = 3 ) |