Skip to content

Commit d0d262e

Browse files
committed
Disable connmanager: ResourceMgr should handle things better
1 parent 87af22a commit d0d262e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

roles/ipfs/templates/home/ipfs/ipfs_default_config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,7 @@
185185
"Security": {},
186186
"Multiplexers": {}
187187
},
188-
"ConnMgr": {
189-
"GracePeriod": "20s",
190-
"HighWater": {{ ipfs_connmgr_high_water | default(2000) }},
191-
"LowWater": {{ ipfs_connmgr_low_water | default(1500) }},
192-
"Type": "basic"
193-
},
188+
"ConnMgr": {},
194189
"ResourceMgr": {
195190
"MaxMemory": "{{ ipfs_resourcemgr_max_memory | default(0) }}"
196191
}

0 commit comments

Comments
 (0)