mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Some cluster parameter tweaks, and change the test code in tests/http to dramatically reduce the amount of data transfer to/from the test master. Also add results of first successful 50k test.
This commit is contained in:
parent
4328c6c3bc
commit
2854f14966
6 changed files with 54 additions and 43 deletions
|
@ -115,7 +115,7 @@ function doTest()
|
|||
try {
|
||||
var peers = JSON.parse(body);
|
||||
if (Array.isArray(peers))
|
||||
allOtherAgents = peers;
|
||||
allOtherAgents = allOtherAgents.concat(peers);
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue