subspace_data_retrieval::object_fetcher

Constant MAX_SUPPORTED_OBJECT_LENGTH

Source
pub const MAX_SUPPORTED_OBJECT_LENGTH: usize = _; // 1_073_741_823usize
Expand description

The maximum object length this module can handle.

Currently objects are limited by the largest block size in any domain, which is 5 MB. But this implementation supports the maximum length of the 4 byte scale encoding.