On Sat, Apr 19, 2025 at 21:14 Li-Wen Hsu <lw...@freebsd.org> wrote: > On Sat, Apr 19, 2025 at 21:00 void <v...@f-m.fm> wrote: > >> On Fri, Apr 18, 2025 at 10:49:49PM +0200, Daniel Engberg wrote: >> > >> >You can always use one of the mirrors? Github, Gitlab or Codeberg >> >> hi. To what degree do they lag behind the Source of Truth ( >> cgit.freebsd.org)? >> -- > > > I setup the mirror mechanism, but I’m not at the computer right now so > cannot confirm the numbers are accurate. Form my memory, the script sleep > 10 seconds between each check from the source of truth (of mirror) and > there is another monitor checking this mechanism alive every 10 mins. > > I said “source of truth of mirror” because all the mirrors do not directly > pull from the server which committers push to. But it’s using similar > mechanism as above. > > So, in theory, the worse case is 20 mins unless the servers are in a > serious trouble, and in most of the cases, it should be synchronized in few > minutes. > > Li-Wen >
Oh, my thought is wrong because that in fact that cgit is also a mirror so basically cgit and all external mirrors (pushed by official service) should have similar delays from the real source of truth. Li-Wen