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 60d24bb commit 0386f5bCopy full SHA for 0386f5b
coderd/database/dbpurge/dbpurge.go
@@ -19,7 +19,7 @@ const (
19
delay = 10 * time.Minute
20
maxAgentLogAge = 7 * 24 * time.Hour
21
// Connection events are now inserted into the `connection_logs` table.
22
- // We'll slowly remove old connection events from the `audit_log` table,
+ // We'll slowly remove old connection events from the `audit_logs` table,
23
// but we won't touch the `connection_logs` table.
24
maxAuditLogConnectionEventAge = 90 * 24 * time.Hour // 90 days
25
auditLogConnectionEventBatchSize = 1000
0 commit comments