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

node: Increase default replication timeout to 1 minute #2227

Commits on Jan 31, 2023

  1. [nspcc-dev#2227] node: Increase default replication timeout to 1 minute

    Storage node's replication timeout usually not carefully tuned and in
    most cases remains the default. Previously it was 5s, which might not be
    enough for "highly distributed" networks (such as TestNet or MainNet).
    
    Increase `replicator.put_timeout` config default to `1m`.
    
    Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
    cthulhu-rider committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    10bd776 View commit details
    Browse the repository at this point in the history