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 b28d991 commit 8f94ae7Copy full SHA for 8f94ae7
roles/ipfs/templates/home/ipfs/ipfs_default_config
@@ -5,7 +5,7 @@
5
},
6
"Datastore": {
7
"StorageMax": "{{ ipfs_storage_max }}",
8
- "StorageGCWatermark": 90,
+ "StorageGCWatermark": {{ ipfs_gc_watermwark | default(90) }},
9
"BloomFilterSize": {{ ipfs_bloom_filter_size }},
10
"GCPeriod": "{{ ipfs_gc_period | default('1h') }}",
11
"HashOnRead": false,
0 commit comments