Skip to content

Commit

Permalink
feat: change tx watching polling interval to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Jul 21, 2023
1 parent 84f3120 commit 5dfdeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ where
Err(err) => return Err(err.into()),
}

tokio::time::sleep(Duration::from_secs(10)).await;
tokio::time::sleep(Duration::from_secs(5)).await;
}
}

Expand Down

0 comments on commit 5dfdeb4

Please sign in to comment.