Skip to content

Commit

Permalink
Audit: Update total challenge count and increase partitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Jun 4, 2020
1 parent b6bf96f commit 2830ea9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions filecoin-proofs/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, 180),
(SECTOR_SIZE_64_GIB, 180),
]
.iter()
.copied()
Expand All @@ -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()
Expand Down

0 comments on commit 2830ea9

Please sign in to comment.