Skip to content

Commit

Permalink
Merged in coinplugin/go-metadium (pull request #22)
Browse files Browse the repository at this point in the history
Master

Approved-by: Uh Sado <sadoc@metadium.com>
  • Loading branch information
sadoci committed Oct 2, 2019
2 parents a26ba91 + 6452d30 commit 5639c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eth/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
)

const (
arriveTimeout = 5000 * time.Millisecond // Time allowance before an announced block is explicitly requested
gatherSlack = 1000 * time.Millisecond // Interval used to collate almost-expired announces with fetches
arriveTimeout = 0 * time.Millisecond // Time allowance before an announced block is explicitly requested
gatherSlack = 0 * time.Millisecond // Interval used to collate almost-expired announces with fetches
fetchTimeout = 120 * time.Second // Maximum allotted time to return an explicitly requested block
maxUncleDist = 700 // Maximum allowed backward distance from the chain head
maxQueueDist = 3200 // Maximum allowed distance from the chain head to queue
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 5639c0e

Please sign in to comment.