rpc_max_request_batch_size 更新时间:2024-09-11 23:00:00 编辑 分享 rpc_max_request_batch_size 配置项用于设置单次发送请求中最大的 batch 数量。 说明 该配置项自 4.3.0 版本开始引入。 属性描述 参数类型 整数类型 默认值 5 取值范围 [1, +∞) 是否重启 ODP 生效 否 上一篇 rpc_enable_retry_re...
rpc_max_request_batch_size配置项用于设置单次发送请求中最大的 batch 数量。 说明 该配置项自 4.3.0 版本开始引入,并于 4.3.1 版本开始默认值由5调整为20。 属性描述 参数类型整数类型 默认值20 取值范围[1, +∞) 是否重启 ODP 生效否 联系我们 ...
rpc: fix ipc max path size #29385 Merged fjl merged 1 commit into ethereum:master from fearlesschenc:fix-ipc-path-length-limit Apr 2, 2024 +5 −3 Conversation 1 Commits 1 Checks 1 Files changed 1 Conversation Contributor fearlesschenc commented Mar 28, 2024 • edited Accidentally ...
@@ -36,6 +36,7 @@ public record RpcServerSettings public string SslCertPassword { get; init; } public string[] TrustedAuthorities { get; init; } public int MaxConcurrentConnections { get; init; } public int MaxRequestBodySize { get; init; } public string RpcUser { get; init; } pu...
rpc_util.go return nil, size + n, fmt.Errorf("overflow: message larger than max size receivable by client (%v bytes)", maxReceiveMessageSize) } } return buf.Bytes(), int(bytesRead), err } } Contributor dfawley Feb 27, 2024 We will also need fixes below here in case ...
rpc_max_request_batch_size 配置项用于设置单次发送请求中最大的 batch 数量。 说明 该配置项自 4.3.0 版本开始引入,并于 4.3.1 版本开始默认值由 5 调整为 20。 属性描述 参数类型 整数类型 默认值 20 取值范围 [1, +∞) 是否重启 ODP 生效 否 上一篇 rpc_max_response_batch_size 下一篇 rpc_liste...