Change delay between mirror checks

Heyo,

Is there any way to change a delay between mirror update checks globally?

I think you are talking about the update mirrors cron job. To change that, add the following to app.ini:

[cron.update_mirrors]
SCHEDULE = @every 3h

See config cheat sheet for more config options.

1 Like