100 threads concurrently call to upload 1KB file, and occasionally there is a connection timeout. What configuration should be modified

I started the node with the default configuration,use docker mirror image v1.0.1,What configurations are available to increase the number of connections

This is go code, there is no connection limit on the http handler, just increase your timeout time.