Skip to content

Commit c8a035b

Browse files
committed
feat: bump default block commit delay
1 parent 1b91fd3 commit c8a035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const DEFAULT_FIRST_REJECTION_PAUSE_MS: u64 = 5_000;
107107
const DEFAULT_SUBSEQUENT_REJECTION_PAUSE_MS: u64 = 10_000;
108108
/// Default time in milliseconds to wait for a Nakamoto block after seeing a
109109
/// burnchain block before submitting a block commit.
110-
const DEFAULT_BLOCK_COMMIT_DELAY_MS: u64 = 20_000;
110+
const DEFAULT_BLOCK_COMMIT_DELAY_MS: u64 = 40_000;
111111
/// Default percentage of the remaining tenure cost limit to consume each block
112112
const DEFAULT_TENURE_COST_LIMIT_PER_BLOCK_PERCENTAGE: u8 = 25;
113113
/// Default number of seconds to wait in-between polling the sortition DB to

0 commit comments

Comments
 (0)