Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthuang24 committed Feb 1, 2023
1 parent 2ea2e47 commit f3e48ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nameresolution/consul/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func getRegistrationConfig(cfg configSpec, props map[string]string) (*consul.Age
{
Name: "Dapr Health Status",
CheckID: fmt.Sprintf("daprHealth:%s", id),
Interval: "15s",
Interval: "1s",
HTTP: fmt.Sprintf("http://%s/v1.0/healthz", net.JoinHostPort(host, httpPort)),
},
}
Expand Down

0 comments on commit f3e48ac

Please sign in to comment.