mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-28 22:55:39 -04:00
cron_domain_export_cleanup.go: change cron period
This commit is contained in:
@ -11,7 +11,7 @@ func domainExportCleanupBegin() error {
|
||||
DELETE FROM exports
|
||||
WHERE creationDate < $1;
|
||||
`
|
||||
_, err := db.Exec(statement, time.Now().UTC().AddDate(0, -7, 0))
|
||||
_, err := db.Exec(statement, time.Now().UTC().AddDate(0, 0, -7))
|
||||
if err != nil {
|
||||
logger.Errorf("error cleaning up export rows: %v", err)
|
||||
return
|
||||
|
Reference in New Issue
Block a user