We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e761293 commit 2ad731cCopy full SHA for 2ad731c
roles/ipfs/templates/etc/systemd/system/ipfs.service
@@ -7,6 +7,7 @@ Type=notify
7
User=ipfs
8
Group=ipfs
9
StateDirectory=ipfs
10
+TimeoutStartSec=10800
11
LimitNOFILE={{ ipfs_fd_max }}
12
MemorySwapMax=0
13
Environment="IPFS_FD_MAX={{ ipfs_fd_max}}"
roles/ipfs/templates/home/ipfs/ipfs_default_config
@@ -207,7 +207,9 @@
207
"ShardingEnabled": false,
208
"StrategicProviding": false,
209
"UrlstoreEnabled": false,
210
- "GraphsyncEnabled": false
+ "GraphsyncEnabled": false,
211
+ "AcceleratedDHTClient": {{ ipfs_experimental_accelerated_dht_client | default(False) | lower }},
212
+ "StrategicProviding": {{ ipfs_experimental_strategic_providing | default(False) | lower }}
213
},
214
"Plugins": {
215
"Plugins": null
0 commit comments