Skip to content

Commit

Permalink
Merge pull request #5706 from stacks-network/default-idle-time
Browse files Browse the repository at this point in the history
chore: update default idle timeout to 120s
  • Loading branch information
obycode authored Jan 17, 2025
2 parents 71278c3 + c7de256 commit 386ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 600_000;
const BLOCK_PROPOSAL_VALIDATION_TIMEOUT_MS: u64 = 120_000;
const DEFAULT_FIRST_PROPOSAL_BURN_BLOCK_TIMING_SECS: u64 = 60;
const DEFAULT_TENURE_LAST_BLOCK_PROPOSAL_TIMEOUT_SECS: u64 = 30;
const TENURE_IDLE_TIMEOUT_SECS: u64 = 300;
const TENURE_IDLE_TIMEOUT_SECS: u64 = 120;

#[derive(thiserror::Error, Debug)]
/// An error occurred parsing the provided configuration
Expand Down

0 comments on commit 386ae62

Please sign in to comment.