Skip to content

Commit 9b0735a

Browse files
committed
add connmgr section
1 parent e72e0cb commit 9b0735a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roles/ipfs/templates/home/ipfs/ipfs_default_config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@
185185
"Security": {},
186186
"Multiplexers": {}
187187
},
188-
"ConnMgr": {},
188+
"ConnMgr": {
189+
"Type": "basic",
190+
"LowWater": {{ ipfs_connmgr_low_water }},
191+
"HighWater": {{ ipfs_connmgr_high_water }},
192+
"GracePeriod": "30s"
193+
},
189194
"ResourceMgr": {
190195
"MaxMemory": "{{ ipfs_resourcemgr_max_memory | default(0) }}"
191196
}

0 commit comments

Comments
 (0)