Skip to content

Commit

Permalink
make fewer ipfs nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Feb 22, 2024
1 parent cc3110f commit 35a4066
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/__tests__/ceramic_integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,8 @@ describe('Ceramic Integration Test', () => {
createIPFS(ipfsApiPort2),
createIPFS(),
createIPFS(),
createIPFS(),
createIPFS(),
])

// ipfsServer1 = new HttpApi(ipfs1)
// await ipfsServer1.start()
// ipfsServer2 = new HttpApi(ipfs2)
// await ipfsServer2.start()

// Now make sure all ipfs nodes are connected to all other ipfs nodes
const ipfsNodes = [ipfs1, ipfs2, ipfs3, ipfs4]
for (const [i] of ipfsNodes.entries()) {
Expand Down

0 comments on commit 35a4066

Please sign in to comment.