Skip to content

Commit

Permalink
Experimental: update juice limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Jul 11, 2023
1 parent c750995 commit 8058905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex-core/src/main/java/convex/core/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class Constants {
/**
* Max juice allowable during execution of a single transaction.
*/
public static final long MAX_TRANSACTION_JUICE = 1000000;
public static final long MAX_TRANSACTION_JUICE = 10000000;

/**
* Max transactions in a legal Block.
Expand Down

0 comments on commit 8058905

Please sign in to comment.