1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 04:35:48 +00:00
gitea/services/mirror
zeripath 2ec2935f78
Touch mirrors on even on fail to update (#19217) (#19233)
Backport #19217

If a mirror fails to be synchronised it should be pushed to the bottom of the queue
of the awaiting mirrors to be synchronised. At present if there LIMIT number of
broken mirrors they can effectively prevent all other mirrors from being synchronized
as their last_updated time will remain earlier than other mirrors.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-27 23:08:28 +02:00
..
mirror_pull.go Touch mirrors on even on fail to update (#19217) (#19233) 2022-03-27 23:08:28 +02:00
mirror_push.go Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231) 2022-03-27 18:21:59 +01:00
mirror.go Refactor mirror code & fix StartToMirror (#18904) (#19075) 2022-03-14 20:04:41 +08:00