Clean up old submissions
This commit is contained in:
parent
60379ba1ef
commit
cea8d21105
2 changed files with 31 additions and 2 deletions
|
@ -75,6 +75,7 @@ func Init(options Options) (DB, error) {
|
|||
return nil, err
|
||||
}
|
||||
go db.frontPageUpdater()
|
||||
go db.submissionsCleaner()
|
||||
|
||||
return db, nil
|
||||
}
|
||||
|
|
Reference in a new issue