mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 07:05:08 +02:00
Add cleaning for integration test devices to remove DB entries
This commit is contained in:
@ -107,7 +107,6 @@ func OpenDB() (*database.DB, error) {
|
||||
var LAST_USER_STATS_RUN = time.Unix(0, 0)
|
||||
var LAST_DEEP_CLEAN = time.Unix(0, 0)
|
||||
|
||||
// TODO: Update this to delete entries from integration test devices, as long as they are inactive
|
||||
func cron(ctx context.Context, db *database.DB, stats *statsd.Client) error {
|
||||
// Determine the latest released version of hishtory to serve via the /api/v1/download
|
||||
// endpoint for hishtory updates.
|
||||
|
Reference in New Issue
Block a user