-
Notifications
You must be signed in to change notification settings - Fork 315
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
Initial draft of file upload topic #717
Initial draft of file upload topic #717
Conversation
davidwrede
commented
Jun 10, 2016
- File upload topic
- Left nav changes
- Formatting fixes in security topic
- Removed typo from println output in gossip_file.rs
By analyzing the blame information on this pull request, we identified @juliandunn, @metadave, @TrevorBramble and @fnichol to be potential reviewers |
@metadave can you review the content + code fix? |
@@ -404,7 +404,7 @@ impl GossipFileList { | |||
let next_retries = fwr.total_retries + 1; | |||
let exp_backoff_seconds = 2i64.pow(next_retries); | |||
let next = SteadyTime::now() + Duration::seconds(exp_backoff_seconds); | |||
println!("Retrying write to l{} in {} seconds", | |||
println!("Retrying write to {} in {} seconds", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
📌 Commit b05f1b0 has been approved by |
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
☀️ Test successful - travis |
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede
Signed-off-by: David Wrede <[email protected]> Pull request: #717 Approved by: davidwrede