Ismail Khoffi
1e3469789d
Ensure WriteTimeout > TimeoutBroadcastTxCommit (#3443)
* Make sure config.TimeoutBroadcastTxCommit < rpcserver.WriteTimeout() * remove redundant comment * libs/rpc/http_server: move Read/WriteTimeout into Config * increase defaults for read/write timeouts Based on this article https://www.digitalocean.com/community/tutorials/how-to-optimize-nginx-configuration * WriteTimeout should be larger than TimeoutBroadcastTxCommit * set a deadline for subscribing to txs * extract duration into const * add two changelog entries * Update CHANGELOG_PENDING.md Co-Authored-By: melekes <anton.kalyaev@gmail.com> * Update CHANGELOG_PENDING.md Co-Authored-By: melekes <anton.kalyaev@gmail.com> * 12 -> 10 * changelog * changelog |
6 years ago | |
---|---|---|
.. | ||
block.go | Merge branch 'develop' into jae/literefactor4 | 6 years ago |
errors.go | tmlibs -> tendermint/libs | 6 years ago |
proof.go | General Merkle Proof (#2298) | 6 years ago |
proxy.go | Ensure WriteTimeout > TimeoutBroadcastTxCommit (#3443) | 6 years ago |
query.go | make lightd availbe (#3364) | 6 years ago |
query_test.go | make ineffassign linter pass (#3386) | 6 years ago |
validate_test.go | types.NewCommit (#3275) | 6 years ago |
verifier.go | lite: Add synchronization in lite verify (#2396) | 6 years ago |
wrapper.go | limit number of /subscribe clients and queries per client (#3269) | 6 years ago |