Uncommented a test in the tests/e2e/server.js file because the peer count seems to fluctuate, particularly with archives with lots of metadata, because it's using archive.metadata.peers to count the # of peers. Instead, it should use archive.content.peers -- however, we don't have a content feed right now in the hyperdrive-archiver.
Uncommented a test in the
tests/e2e/server.js
file because the peer count seems to fluctuate, particularly with archives with lots of metadata, because it's usingarchive.metadata.peers
to count the # of peers. Instead, it should usearchive.content.peers
-- however, we don't have a content feed right now in the hyperdrive-archiver.