Skip to content

Commit ff4a5b8

Browse files
committed
wip
1 parent 7c84264 commit ff4a5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func RPCClientWithCertAndSigner(endpoint string, certPEM []byte, signer *signatu
5050
}
5151
transport.MaxIdleConns = maxOpenConnections
5252
transport.MaxIdleConnsPerHost = maxOpenConnections
53+
transport.WriteBufferSize = 64 << 10
5354

5455
client := rpcclient.NewClientWithOpts(endpoint, &rpcclient.RPCClientOpts{
5556
HTTPClient: &http.Client{

0 commit comments

Comments
 (0)