Skip to content

Commit

Permalink
Register backend with InheritTimeProfile equals true
Browse files Browse the repository at this point in the history
From now each backend will inherit time profile from its own director.
  • Loading branch information
Arkadiusz Adamski authored and tomez committed Nov 10, 2021
1 parent e92795c commit e493f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func register(client vaas.Client, cfg CommonConfig, weight int, dcName string, t
DirectorURL: director.ResourceURI,
DC: *dc,
Port: cfg.Port,
InheritTimeProfile: false,
InheritTimeProfile: true,
Weight: &weight,
Tags: tags,
ResourceURI: "",
Expand Down

0 comments on commit e493f2d

Please # to comment.