Skip to content

Commit

Permalink
Merge pull request #1153 from filecoin-project/fix/challenges-and-par…
Browse files Browse the repository at this point in the history
…titions

Audit: Update total challenge count and increase partitions.
  • Loading branch information
porcuquine committed Jun 5, 2020
2 parents d15b430 + d1107d1 commit c58918b
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, 176),
(SECTOR_SIZE_64_GIB, 176),
]
.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 c58918b

Please sign in to comment.