Using rc we now get code that runs much faster and
can run jpg contract with no inputs
This commit is contained in:
@@ -19,8 +19,8 @@ impl ExBudget {
|
||||
impl Default for ExBudget {
|
||||
fn default() -> Self {
|
||||
ExBudget {
|
||||
mem: 14000000,
|
||||
cpu: 10000000000,
|
||||
mem: 14000000000000,
|
||||
cpu: 10000000000000000,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user