Skip to content

Commit

Permalink
Merge branch 'master' into hc/testnet-launch-params
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jan 31, 2024
2 parents c5eaa28 + 8a29e9b commit 00c87d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ pub const SETUP_TIMEOUT_SECONDS: u64 = 20;
pub const REFRESHES_PER_SESSION: u32 = 10;

/// Max instructions per wasm program
pub const MAX_INSTRUCTIONS_PER_PROGRAM: u64 = 10_000;
pub const MAX_INSTRUCTIONS_PER_PROGRAM: u64 = 100_000;

0 comments on commit 00c87d6

Please sign in to comment.