We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e57738 commit 9368b59Copy full SHA for 9368b59
silkworm/rpc/http/connection.hpp
@@ -29,7 +29,7 @@ namespace silkworm::rpc::http {
29
30
using RequestWithStringBody = boost::beast::http::request<boost::beast::http::string_body>;
31
32
-inline constexpr size_t kDefaultCapacity = 10 * 1024 * 1024;
+inline constexpr size_t kDefaultCapacity = 1 * 1024 * 1024;
33
34
struct RequestData {
35
bool request_keep_alive_{false};
0 commit comments