Skip to content

Commit a16d7d2

Browse files
committed
7
1 parent cb711c5 commit a16d7d2

File tree

1 file changed

+1
-1
lines changed
  • ethers-middleware/src/gas_escalator

1 file changed

+1
-1
lines changed

ethers-middleware/src/gas_escalator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use ethers_providers::{interval, FromErr, Middleware, PendingTransaction, Stream
1919
#[cfg(not(target_arch = "wasm32"))]
2020
use tokio::spawn;
2121

22-
const RANDOM_TX_DROP_TRESHOLD: u64 = 3;
22+
const RANDOM_TX_DROP_TRESHOLD: u64 = 7;
2323

2424
pub type ToEscalate = Arc<Mutex<Vec<MonitoredTransaction>>>;
2525

0 commit comments

Comments
 (0)