Skip to content

Commit

Permalink
fix: remove deprecated ipfs config options
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed May 23, 2023
1 parent ec0897c commit d1baa25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3speak-app",
"version": "0.2.1-rc3",
"version": "0.2.1-rc4",
"PoA": "0",
"description": "3Speak decentralized desktop app",
"main": "./dist/main.prod.js",
Expand Down
2 changes: 0 additions & 2 deletions src/main/core/components/ipfsHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const defaultIpfsConfig = {
LowWater: 450,
Type: 'basic',
},
EnableAutoRelay: true,
EnableRelayHop: false,
},
Addresses: {
API: IPFS_SELF_MULTIADDR,
Expand Down

0 comments on commit d1baa25

Please sign in to comment.