Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Add --network-timeout-reduction flag #102

Merged
merged 7 commits into from
Jan 20, 2021

Conversation

cgcardona
Copy link
Contributor

Why is this failing w/ the error:

invalid argument "1" for "--network-timeout-reduction" flag: parse error

@aaronbuchwald
Copy link
Collaborator

The network timeout reduction variable is a Duration variable, so it's formatted as a string in the form 12ms, 1s, 1m, etc. The default in avalanchego is 12ms, so avash should probably use the same default here.

@cgcardona cgcardona removed the DO NOT MERGE Still a work in progress label Jan 20, 2021
@cgcardona cgcardona changed the base branch from master to dev January 20, 2021 17:36
node/config.go Outdated Show resolved Hide resolved
cmd/startnode.go Outdated Show resolved Hide resolved
cmd/startnode.go Outdated Show resolved Hide resolved
@aaronbuchwald aaronbuchwald merged commit 9062434 into dev Jan 20, 2021
@cgcardona cgcardona deleted the add-network-timeout-reduction-flag branch February 28, 2021 00:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants