We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe34d68 commit 4029aedCopy full SHA for 4029aed
coderd/debug.go
@@ -50,7 +50,7 @@ func (api *API) debugDeploymentHealth(rw http.ResponseWriter, r *http.Request) {
50
// Check if the forced query parameter is set.
51
forced := r.URL.Query().Get("force") == "true"
52
53
- // Get cached report if it exists and the requestor did not force a refresh.
+ // Get cached report if it exists and the requester did not force a refresh.
54
if !forced {
55
if report := api.healthCheckCache.Load(); report != nil {
56
if time.Since(report.Time) < api.Options.HealthcheckRefresh {
0 commit comments