Allow to send more than 1 operation at a time

This commit is contained in:
Vitaliy Filippov
2023-02-26 02:01:04 +03:00
parent 138ffe4032
commit c3e80abad7
4 changed files with 49 additions and 30 deletions
+3 -3
View File
@@ -70,9 +70,9 @@ const etcd_tree = {
rdma_gid_index: 0,
rdma_mtu: 4096,
rdma_max_sge: 128,
rdma_max_send: 32,
rdma_max_recv: 8,
rdma_max_msg: 1048576,
rdma_max_send: 64,
rdma_max_recv: 128,
rdma_max_msg: 132096,
log_level: 0,
block_size: 131072,
disk_alignment: 4096,