aleph-im / pyaleph

Next generation network of decentralized big data applications. Current connected chains: Ethereum, Solana, Polkadot/Substrate, Cosmos-SDK, NULS.

Home Page:https://aleph.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the aleph storage threshold 200Kb or 1Mb?

BjrInt opened this issue · comments

What is the threshold that should be used to determine if a message will be pinned on IPFS?

  • In the handle_new_storage() the threshold is set to $2^{20}$ bytes (ref)
  • In the schema the threshold is set to $200 \times 2^{10}$ bytes (ref)

EDIT: Irrelevant