Revert findPeerInterval

pull/1147/head
Rongjian Lan 6 years ago
parent a41602b601
commit 7a64cc1a7d
  1. 2
      api/service/networkinfo/service.go

@ -46,7 +46,7 @@ var (
const (
waitInRetry = 2 * time.Second
connectionTimeout = 3 * time.Minute
findPeerInterval = 6 * time.Hour
findPeerInterval = 1 * time.Minute
// register to bootnode every ticker
dhtTicker = 6 * time.Hour

Loading…
Cancel
Save