You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the IPLD plugin, there's a parameter extendedRowOrColumnSize hardcoded (to avoid importing the const) at 2*128 which was chosen arbitrarily likely because it's reasonable (somewhere around 1-4 MB). It's important that the parameters aren't different in other parts the celestia codebases.
In the IPLD plugin, there's a parameter
extendedRowOrColumnSize
hardcoded (to avoid importing the const) at 2*128 which was chosen arbitrarily likely because it's reasonable (somewhere around 1-4 MB). It's important that the parameters aren't different in other parts the celestia codebases.Ref
The text was updated successfully, but these errors were encountered: