fix: lower amount of cached timezones for deployment daus (#11196)

Updates https://github.com/coder/customers/issues/384

This should help alleviate some pressure, but doesn't really fix the
root cause. See above issue for more details.
This commit is contained in:
Colin Adler
2023-12-13 16:50:29 -06:00
committed by GitHub
parent a3432b4265
commit eb81fcf1e1
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1630,7 +1630,7 @@ when required by your organization's security policy.`,
Flag: "metrics-cache-refresh-interval",
Env: "CODER_METRICS_CACHE_REFRESH_INTERVAL",
Hidden: true,
Default: time.Hour.String(),
Default: (4 * time.Hour).String(),
Value: &c.MetricsCacheRefreshInterval,
Annotations: clibase.Annotations{}.Mark(annotationFormatDuration, "true"),
},