We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c84264 commit ff4a5b8Copy full SHA for ff4a5b8
proxy/utils.go
@@ -50,6 +50,7 @@ func RPCClientWithCertAndSigner(endpoint string, certPEM []byte, signer *signatu
50
}
51
transport.MaxIdleConns = maxOpenConnections
52
transport.MaxIdleConnsPerHost = maxOpenConnections
53
+ transport.WriteBufferSize = 64 << 10
54
55
client := rpcclient.NewClientWithOpts(endpoint, &rpcclient.RPCClientOpts{
56
HTTPClient: &http.Client{
0 commit comments