Skip to content

Commit

Permalink
Increase default cycles (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Oct 18, 2024
1 parent f185505 commit 5ee582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb-debugger/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
drop(env_logger::init());

let default_gdb_listen = "127.0.0.1:9999";
let default_max_cycles = format!("{}", 70_000_000u64);
let default_max_cycles = format!("{}", 3_500_000_000u64);
let default_mode = "full";
let default_pid = ROOT_VM_ID.to_string();
let default_script_version = "2";
Expand Down

0 comments on commit 5ee582b

Please sign in to comment.