Constant forest_actor::miner::MAX_PARTITIONS_PER_DEADLINE[][src]

pub const MAX_PARTITIONS_PER_DEADLINE: u64 = 3000;
Expand description

Maximum number of partitions that will be assigned to a deadline. For a minimum storage of upto 1Eib, we need 300 partitions per deadline. 48 * 32GiB * 2349 * 300 = 1.00808144 EiB So, to support upto 10Eib storage, we set this to 3000.