Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make chain setting configurable #2890

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

howjmay
Copy link
Member

@howjmay howjmay commented Sep 25, 2023

No description provided.

@howjmay howjmay force-pushed the chain-config branch 3 times, most recently from 53f12fc to 85ea6d1 Compare September 25, 2023 18:16
@@ -15,6 +15,10 @@ type ParametersChains struct {
PipeliningLimit int `default:"-1" usage:"-1 -- infinite, 0 -- disabled, X -- build the chain if there is up to X transactions unconfirmed by L1."`
ConsensusDelay time.Duration `default:"500ms" usage:"Minimal delay between consensus runs."`
RecoveryTimeout time.Duration `default:"20s" usage:"Time after which another consensus attempt is made."`
RedeliveryPeriod time.Duration `default:"2s" usage:"the resend period for msg."`
PrintStatusPeriod time.Duration `default:"3s" usage:"the period to print consensus instance status."`
ConsensusInstsInAdvance int `default:"3" usage:""`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need descripion

@fijter fijter requested a review from kape1395 October 3, 2023 14:19
@howjmay howjmay merged commit 9a242d8 into iotaledger:develop Oct 5, 2023
5 checks passed
@howjmay howjmay deleted the chain-config branch October 5, 2023 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants