Skip to content

Commit 8963702

Browse files
committed
decrease probing interval
1 parent cc59764 commit 8963702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/probing_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use std::time::Duration;
4343

4444
const PROBE_AMOUNT_MSAT: u64 = 1_000_000;
4545
const MAX_LOCKED_MSAT: u64 = 100_000_000;
46-
const PROBING_INTERVAL_MILLISECONDS: u64 = 2000;
46+
const PROBING_INTERVAL_MILLISECONDS: u64 = 100;
4747
const PROBING_DIVERSITY_PENALTY: u64 = 50_000;
4848

4949
/// FixedDestStrategy — always targets one node; used by budget tests.

0 commit comments

Comments
 (0)