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