Skip to content

Commit 1ffeac9

Browse files
committed
Update schedule.rs
Bump code_len until hashmap map issue is sorted out
1 parent 0f070c8 commit 1ffeac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frame/contracts/src/schedule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ impl Default for Limits {
483483
subject_len: 32,
484484
call_depth: 32,
485485
payload_len: 16 * 1024,
486-
code_len: 128 * 1024,
486+
code_len: 512 * 1024,
487487
}
488488
}
489489
}

0 commit comments

Comments
 (0)