mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
Sunrpc Read buffer was created by allocating `1MiB` each time when client connects. Go can automatically expand the buffer when required so now empty buffer is initialized.(`1MiB` per brick connect is `1GB` for 1000 bricks) Signed-off-by: Aravinda VK <avishwan@redhat.com>