From d1107d145bc1559bd44204f9e305e53a9c3da63c Mon Sep 17 00:00:00 2001 From: porcuquine Date: Thu, 4 Jun 2020 16:51:10 -0700 Subject: [PATCH] Audit: Update total challenge count and increase partitions. --- filecoin-proofs/src/constants.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filecoin-proofs/src/constants.rs b/filecoin-proofs/src/constants.rs index 660e30c0c..de3a23c56 100644 --- a/filecoin-proofs/src/constants.rs +++ b/filecoin-proofs/src/constants.rs @@ -41,8 +41,8 @@ lazy_static! { (SECTOR_SIZE_16_MIB, 2), (SECTOR_SIZE_512_MIB, 2), (SECTOR_SIZE_1_GIB, 2), - (SECTOR_SIZE_32_GIB, 138), - (SECTOR_SIZE_64_GIB, 138), + (SECTOR_SIZE_32_GIB, 176), + (SECTOR_SIZE_64_GIB, 176), ] .iter() .copied() @@ -58,8 +58,8 @@ lazy_static! { (SECTOR_SIZE_16_MIB, 1), (SECTOR_SIZE_512_MIB, 1), (SECTOR_SIZE_1_GIB, 1), - (SECTOR_SIZE_32_GIB, 8), - (SECTOR_SIZE_64_GIB, 8), + (SECTOR_SIZE_32_GIB, 10), + (SECTOR_SIZE_64_GIB, 10), ] .iter() .copied()