Skip to content

Commit

Permalink
Removes unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nkcr committed May 5, 2020
1 parent 2612f64 commit 67b5128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mino/minogrpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ var (
// defaultMinConnectTimeout is the minimum amount of time we are willing to
// wait for a grpc connection to complete
defaultMinConnectTimeout = 7 * time.Second
// in a tree based communication, this parameter (H) defines the height of
// the tree. Based on this parameter and the total number of nodes N we can
// compute the number of direct connection D for each node with D = N^(1/H)
treeHeight = 3
)

// Server represents the entity that accepts incoming requests and invoke the
Expand Down

0 comments on commit 67b5128

Please sign in to comment.