Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jul 19, 2024
1 parent 8009310 commit daf0e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zero_bin/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ use zero_bin_common::fs::generate_block_proof_file_name;

// Limit the number of segments that are proven in parallel
// to prevent excessive memory consumption
#[cfg(not(feature = "test_only"))]
const GENERATION_INPUTS_AGG_CHUNK_SIZE_INNER: usize = 2;
#[cfg(not(feature = "test_only"))]
const GENERATION_INPUTS_AGG_CHUNK_SIZE: usize = 5;

#[derive(Debug, Deserialize, Serialize)]
Expand Down

0 comments on commit daf0e59

Please sign in to comment.