Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chore ¶
Chore periodically removes unwanted records from the satellite console database.
type Config ¶
type Config struct { Enabled bool `help:"whether to run this chore" default:"false"` Interval time.Duration `help:"interval between chore cycles" default:"24h"` AsOfSystemTimeInterval time.Duration `` /* 150-byte string literal not displayed */ PageSize int `help:"maximum number of database records to scan at once" default:"1000"` MaxUnverifiedUserAge time.Duration `help:"maximum lifetime of unverified user account records" default:"168h"` }
Config contains the configuration for the console DB cleanup chore.
Click to show internal directories.
Click to hide internal directories.