From e8800f42840b4968cf9de08da3c4b04c9746047b Mon Sep 17 00:00:00 2001 From: pomidorry Date: Fri, 8 May 2026 21:19:26 +0300 Subject: [PATCH] make last_sync_unix update non-fatal --- services/mirror/mirror_pull.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/mirror/mirror_pull.go b/services/mirror/mirror_pull.go index e26387ebab..ccdee55d0e 100644 --- a/services/mirror/mirror_pull.go +++ b/services/mirror/mirror_pull.go @@ -414,7 +414,6 @@ func SyncPullMirror(ctx context.Context, repoID int64) bool { if err = repo_model.UpdateMirrorLastSyncTime(ctx, m, m.UpdatedUnix); err != nil { log.Error("SyncMirrors [repo: %-v]: failed to update mirror last_sync_unix: %v", m.Repo, err) - return false } // Update license metadata after a successful mirror sync.