Skip to content

Commit

Permalink
confirm delay 1200 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Aug 6, 2024
1 parent 4e394a1 commit 3875148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/send_and_confirm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const CONFIRM_RETRIES: usize = 1;

// MI, vanilla, millis
// const CONFIRM_DELAY: u64 = 0;
const CONFIRM_DELAY: u64 = 500;
const GATEWAY_DELAY: u64 = 900; // MI, vanilla: 300, keep retries * delay same
const CONFIRM_DELAY: u64 = 1200;
const GATEWAY_DELAY: u64 = 300; // MI, vanilla: 300, keep retries * delay same

pub enum ComputeBudget {
Dynamic,
Expand Down

0 comments on commit 3875148

Please sign in to comment.