* Hi there, I just noticed one of my node is at 80% CPU and the following command indicates have 27 018 open connections... It sounds like a lot! ```$ ipfs swarm peers | wc -l 27018 ``` I believe this is the reason of the high CPU consumption. Any idea how to limit the number of peers to a reasonable number (e.g < 1000) Thanks