Skip to content

Commit 11c312e

Browse files
committed
chore: change default nakamoto_attempt_time_ms to 5s
1 parent df6eae3 commit 11c312e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ impl Default for MinerConfig {
23702370
first_attempt_time_ms: 10,
23712371
subsequent_attempt_time_ms: 120_000,
23722372
microblock_attempt_time_ms: 30_000,
2373-
nakamoto_attempt_time_ms: 20_000,
2373+
nakamoto_attempt_time_ms: 5_000,
23742374
probability_pick_no_estimate_tx: 25,
23752375
block_reward_recipient: None,
23762376
segwit: false,

0 commit comments

Comments
 (0)