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

[4.0] Docs: Additional nodeos --help info #1350

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

heifner
Copy link
Member

@heifner heifner commented Jun 28, 2023

Add additional help to transaction-retry-interval-sec & transaction-retry-max-expiration-sec

  --transaction-retry-interval-sec arg (=20)
                                        How often, in seconds, to resend an 
                                        incoming transaction to network if not 
                                        seen in a block.
                                        Needs to be at least twice as large as 
                                        p2p-dedup-cache-expire-time-sec.
  --transaction-retry-max-expiration-sec arg (=120)
                                        Maximum allowed transaction expiration 
                                        for retry transactions, will retry 
                                        transactions up to this value.
                                        Should be larger than 
                                        transaction-retry-interval-sec.

Resolves #1302

@heifner heifner added the OCI Work exclusive to OCI team label Jun 28, 2023
@heifner heifner merged commit 58deb5b into release/4.0 Jun 29, 2023
16 checks passed
@heifner heifner deleted the GH-1302-docs-4.0 branch June 29, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a bit more documention to nodeos --print-default-config for transaction-retry
3 participants