Skip to content

Commit

Permalink
update max chunks to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Jul 4, 2024
1 parent e8ea286 commit ec73b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ pub(crate) const BITS: usize = 88;
/// Max number of snarks to be aggregated in a chunk.
/// If the input size is less than this, dummy snarks
/// will be padded.
pub const MAX_AGG_SNARKS: usize = 45;
pub const MAX_AGG_SNARKS: usize = 15;

0 comments on commit ec73b13

Please sign in to comment.