avoid conflict with beacon chain port which is 8081

pull/130/head
Minh Doan 6 years ago
parent 69e5c0a4e8
commit 3162eeee7a
  1. 2
      node/node.go

@ -56,7 +56,7 @@ const (
)
const (
syncingPortDifference = 1000
syncingPortDifference = 3000
waitBeforeJoinShard = time.Second * 3
timeOutToJoinShard = time.Minute * 10
)

Loading…
Cancel
Save