We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0897c commit d1baa25Copy full SHA for d1baa25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "3speak-app",
3
- "version": "0.2.1-rc3",
+ "version": "0.2.1-rc4",
4
"PoA": "0",
5
"description": "3Speak decentralized desktop app",
6
"main": "./dist/main.prod.js",
src/main/core/components/ipfsHandler.ts
@@ -45,8 +45,6 @@ const defaultIpfsConfig = {
45
LowWater: 450,
46
Type: 'basic',
47
},
48
- EnableAutoRelay: true,
49
- EnableRelayHop: false,
50
51
Addresses: {
52
API: IPFS_SELF_MULTIADDR,
0 commit comments