From 833d52c8db9dec40073b45d93463b294c7150cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 11 Jul 2023 13:49:50 +0200 Subject: [PATCH] gitea: don't bump last changed timestamp of repos with gc cron job --- hosts/gitea/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/gitea/default.nix b/hosts/gitea/default.nix index d481d623..4749397d 100644 --- a/hosts/gitea/default.nix +++ b/hosts/gitea/default.nix @@ -50,7 +50,6 @@ actions.ENABLED = false; "cron.delete_generated_repository_avatars".ENABLED = true; "cron.delete_old_system_notices".ENABLED = true; - "cron.git_gc_repos".ENABLED = true; "cron.repo_health_check".TIMEOUT = "300s"; "cron.resync_all_sshkeys" = { ENABLED = true;