0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-03 02:12:23 +01:00
gitea/models/repo
zeripath d2ca021df0
Touch mirrors on even on fail to update (#19217)
* Touch mirrors on even on fail to update

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 15:40:17 +01:00
..
archiver.go
attachment_test.go
attachment.go
avatar.go
fork_test.go
fork.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go Touch mirrors on even on fail to update (#19217) 2022-03-27 15:40:17 +01:00
pushmirror_test.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
pushmirror.go Improve mirror iterator (#18928) 2022-02-28 20:41:06 +01:00
redirect_test.go
redirect.go
repo_indexer.go
repo_list.go
repo_test.go
repo_unit.go Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
repo.go Avoid database lookups for DescriptionHTML (#18924) 2022-02-27 18:51:34 +01:00
star_test.go
star.go
topic_test.go
topic.go
update.go
watch_test.go
watch.go
wiki_test.go Add separate SSH_USER config option (#17584) 2022-02-07 16:56:45 -05:00
wiki.go