File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 198
198
},
199
199
"datastore" : {
200
200
"badger" : {
201
+ "gc_discard_ratio" : {{ ipfs_cluster_badger_gc_discard_ratio | default(0.2) }},
202
+ "gc_interval" : " {{ ipfs_cluster_badger_gc_interval | default('15m0s') }}" ,
203
+ "gc_sleep" : " {{ ipfs_cluster_badger_gc | default('10s') }}" ,
201
204
"badger_options" : {
202
205
"dir" : " {{ ipfs_cluster_badger_options_dir | default('') }}" ,
203
206
"value_dir" : " {{ ipfs_cluster_badger_options_value_dir | default('') }}" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ After=network.target
6
6
User =ipfs
7
7
Group =ipfs
8
8
StateDirectory =ipfs
9
+ TimeoutStartSec =10800
9
10
LimitNOFILE ={{ ipfs_fd_max }}
10
11
MemorySwapMax =0
11
12
Environment ="IPFS_FD_MAX={{ ipfs_fd_max}}"
Original file line number Diff line number Diff line change 207
207
"ShardingEnabled": false,
208
208
"StrategicProviding": false,
209
209
"UrlstoreEnabled": false,
210
- "GraphsyncEnabled": false
210
+ "GraphsyncEnabled": false,
211
+ "AcceleratedDHTClient": {{ ipfs_experimental_accelerated_dht_client | default(False) | lower }},
212
+ "StrategicProviding": {{ ipfs_experimental_strategic_providing | default(False) | lower }}
211
213
},
212
214
"Plugins": {
213
215
"Plugins": null
You can’t perform that action at this time.
0 commit comments