Skip to content

Commit d1baa25

Browse files
committed
fix: remove deprecated ipfs config options
1 parent ec0897c commit d1baa25

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3speak-app",
3-
"version": "0.2.1-rc3",
3+
"version": "0.2.1-rc4",
44
"PoA": "0",
55
"description": "3Speak decentralized desktop app",
66
"main": "./dist/main.prod.js",

src/main/core/components/ipfsHandler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ const defaultIpfsConfig = {
4545
LowWater: 450,
4646
Type: 'basic',
4747
},
48-
EnableAutoRelay: true,
49-
EnableRelayHop: false,
5048
},
5149
Addresses: {
5250
API: IPFS_SELF_MULTIADDR,

0 commit comments

Comments
 (0)