aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/master.go')
-rw-r--r--weed/command/master.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/master.go b/weed/command/master.go
index fc3e41d8d..5003f7d56 100644
--- a/weed/command/master.go
+++ b/weed/command/master.go
@@ -157,7 +157,7 @@ func startMaster(masterOption MasterOptions, masterWhiteList []string) {
}
}()
- go ms.MasterClient.KeepConnectedToMaster()
+ go ms.MasterClient.LoopConnectToMaster()
// start http server
httpS := &http.Server{Handler: r}