Skip to content

Commit 50b9222

Browse files
committed
Cleanup cron task should be enabled by default
1 parent ab813a9 commit 50b9222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cron/tasks_extended.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func registerRebuildIssueIndexer() {
226226

227227
func registerCleanStorage() {
228228
RegisterTaskFatal("cleanup_storage", &BaseConfig{
229-
Enabled: false,
229+
Enabled: true,
230230
RunAtStart: false,
231231
Schedule: "@every 1m", // Run every minute to check for deletions
232232
}, func(ctx context.Context, _ *user_model.User, _ Config) error {

0 commit comments

Comments
 (0)