We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b91fd3 commit c8a035bCopy full SHA for c8a035b
stackslib/src/config/mod.rs
@@ -107,7 +107,7 @@ const DEFAULT_FIRST_REJECTION_PAUSE_MS: u64 = 5_000;
107
const DEFAULT_SUBSEQUENT_REJECTION_PAUSE_MS: u64 = 10_000;
108
/// Default time in milliseconds to wait for a Nakamoto block after seeing a
109
/// burnchain block before submitting a block commit.
110
-const DEFAULT_BLOCK_COMMIT_DELAY_MS: u64 = 20_000;
+const DEFAULT_BLOCK_COMMIT_DELAY_MS: u64 = 40_000;
111
/// Default percentage of the remaining tenure cost limit to consume each block
112
const DEFAULT_TENURE_COST_LIMIT_PER_BLOCK_PERCENTAGE: u8 = 25;
113
/// Default number of seconds to wait in-between polling the sortition DB to
0 commit comments