diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-10 11:59:03 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-10 11:59:03 -0800 |
commit | 2854f14966b430e551c2ca101694f542bdaa38b9 (patch) | |
tree | 64557e1323239d2611cbfebd427f37c707dbf826 /tests/http/agent.js | |
parent | 4328c6c3bc402feffc06aade0059a6632b34c087 (diff) | |
download | infinitytier-2854f14966b430e551c2ca101694f542bdaa38b9.tar.gz infinitytier-2854f14966b430e551c2ca101694f542bdaa38b9.zip |
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.
Diffstat (limited to 'tests/http/agent.js')
-rw-r--r-- | tests/http/agent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js index 8afe517f..0595ada4 100644 --- a/tests/http/agent.js +++ b/tests/http/agent.js @@ -115,7 +115,7 @@ function doTest() try { var peers = JSON.parse(body); if (Array.isArray(peers)) - allOtherAgents = peers; + allOtherAgents = allOtherAgents.concat(peers); } catch (e) {} } |