Skip to content

Commit 8f94ae7

Browse files
committed
Support ipfs_gc_watermark in template
1 parent b28d991 commit 8f94ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ipfs/templates/home/ipfs/ipfs_default_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"Datastore": {
77
"StorageMax": "{{ ipfs_storage_max }}",
8-
"StorageGCWatermark": 90,
8+
"StorageGCWatermark": {{ ipfs_gc_watermwark | default(90) }},
99
"BloomFilterSize": {{ ipfs_bloom_filter_size }},
1010
"GCPeriod": "{{ ipfs_gc_period | default('1h') }}",
1111
"HashOnRead": false,

0 commit comments

Comments
 (0)