Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Jul 30, 2023
2 parents f4cb6d9 + f1bf7df commit 83f8bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions component/remote/abs.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (a *AbsApolloConfig) SyncWithNamespace(namespace string, appConfigFunc func
AppID: appConfig.AppID,
Secret: appConfig.Secret,
Timeout: notifyConnectTimeout,
IsRetry: true,
}
if appConfig.SyncServerTimeout > 0 {
duration, err := time.ParseDuration(strconv.Itoa(appConfig.SyncServerTimeout) + "s")
Expand Down

0 comments on commit 83f8bc9

Please sign in to comment.