Skip to content

Commit

Permalink
Fix healthcheck, SERVING by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Aug 19, 2024
1 parent f61d7c9 commit 4820627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/triple/health/healthServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var healthServer *HealthTripleServer

func NewServer() *HealthTripleServer {
return &HealthTripleServer{
statusMap: map[string]triple_health.HealthCheckResponse_ServingStatus{"": triple_health.HealthCheckResponse_NOT_SERVING},
statusMap: map[string]triple_health.HealthCheckResponse_ServingStatus{"": triple_health.HealthCheckResponse_SERVING},
updates: make(map[string]map[triple_health.Health_WatchServer]chan triple_health.HealthCheckResponse_ServingStatus),
}
}
Expand Down

0 comments on commit 4820627

Please sign in to comment.