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:
Adam Ierymenko 2015-11-10 11:59:03 -08:00
commit 2854f14966
6 changed files with 54 additions and 43 deletions

View file

@ -115,7 +115,7 @@ function doTest()
try {
var peers = JSON.parse(body);
if (Array.isArray(peers))
allOtherAgents = peers;
allOtherAgents = allOtherAgents.concat(peers);
} catch (e) {}
}