Skip to content

Fix Crontab typo for PruneOldEventsWorker to run 4x/day instead of 60x/hour

username-removed-586215 requested to merge hobart/gitlab-ce:patch-8 into master

In c0a92cb8 the intended cron setting (per the comment) was to be "4 times a day", a * instead of a 0 means it runs 60x/hr 4x/day.

Closes #25571 (closed)

Merge request reports