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 c4ef003 commit d0cd920Copy full SHA for d0cd920
stacks-signer/src/config.rs
@@ -39,7 +39,7 @@ const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 600_000;
39
const BLOCK_PROPOSAL_VALIDATION_TIMEOUT_MS: u64 = 120_000;
40
const DEFAULT_FIRST_PROPOSAL_BURN_BLOCK_TIMING_SECS: u64 = 60;
41
const DEFAULT_TENURE_LAST_BLOCK_PROPOSAL_TIMEOUT_SECS: u64 = 30;
42
-const TENURE_IDLE_TIMEOUT_SECS: u64 = 300;
+const TENURE_IDLE_TIMEOUT_SECS: u64 = 120;
43
44
#[derive(thiserror::Error, Debug)]
45
/// An error occurred parsing the provided configuration
0 commit comments