Skip to content

Commit

Permalink
Finish v1.6.4
Browse files Browse the repository at this point in the history
fixed apolloconfig#30 change initServerIpList to agollo.start()
  • Loading branch information
zouyx committed Mar 29, 2019
2 parents c69d9cb + e63ebd5 commit be3de00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ func init() {
}

func initCommon() {
//init server ip list
go initServerIpList()

}

func initFileConfig() {
Expand Down
3 changes: 3 additions & 0 deletions start.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ func StartWithLogger(loggerInterface LoggerInterface) error {
initLogger(loggerInterface)
}

//init server ip list
go initServerIpList()

//first sync
err := notifySyncConfigServices()

Expand Down

0 comments on commit be3de00

Please sign in to comment.