Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1042 from NebulousLabs/ibd-timeout
Browse files Browse the repository at this point in the history
5 minute timeout for getting blocks from peers
  • Loading branch information
lukechampine committed Mar 29, 2016
2 parents 3a0e7e1 + f367064 commit a3a591e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/consensus/synchronize.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ var (
case "dev":
return 40 * time.Second
case "standard":
// TODO: 45 minutes for 0.5.2 RC2. Change back to 5 minutes for release.
return 45 * time.Minute
return 5 * time.Minute
case "testing":
return 5 * time.Second
default:
Expand Down

0 comments on commit a3a591e

Please sign in to comment.