Skip to content

Commit

Permalink
Tune the max cycles of a layer2 transaction to 150M
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Jan 27, 2022
1 parent 9ce0226 commit 4c57bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/generator/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub const MAX_WRITE_DATA_BYTES_LIMIT: usize = 25_000;
// 2MB
pub const MAX_READ_DATA_BYTES_LIMIT: usize = 1024 * 1024 * 2;
/// max cycles of a layer2 transaction
pub const L2TX_MAX_CYCLES: u64 = 100_000_000;
pub const L2TX_MAX_CYCLES: u64 = 150_000_000;

0 comments on commit 4c57bdd

Please sign in to comment.