celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

Clarifying the unit of grpcMaxRecvMsgSize and grpcMaxSendMsgSize #3614

Open staheri14 opened 4 days ago

staheri14 commented 4 days ago
          it's not immediately obvious what these values equal
    mebibyte = 1_048_576 // bytes
    grpcMaxRecvMsgSize = 128 * mebibyte
    grpcMaxSendMsgSize = 128 * mebibyte

_Originally posted by @rootulp in https://github.com/celestiaorg/celestia-app/pull/3541#discussion_r1650268255_