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 4ff41d4 commit c723b95Copy full SHA for c723b95
coderd/coderd.go
@@ -226,6 +226,9 @@ type Options struct {
226
UpdateAgentMetrics func(ctx context.Context, labels prometheusmetrics.AgentMetricLabels, metrics []*agentproto.Stats_Metric)
227
StatsBatcher workspacestats.Batcher
228
229
+ // WorkspaceAppAuditSessionTimeout allows changing the timeout for audit
230
+ // sessions. Raising or lowering this value will directly affect the write
231
+ // load of the audit log table. This is used for testing. Default 1 hour.
232
WorkspaceAppAuditSessionTimeout time.Duration
233
WorkspaceAppsStatsCollectorOptions workspaceapps.StatsCollectorOptions
234
0 commit comments