Git : Disable repo-archive.
This commit is contained in:
parent
b078f2167e
commit
61e1e50678
|
@ -55,6 +55,7 @@ in {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
RUN_AT_START = true;
|
RUN_AT_START = true;
|
||||||
};
|
};
|
||||||
|
"repo-archive".ENABLED = false;
|
||||||
"cron.update_mirrors".SCHEDULE = "@midnight";
|
"cron.update_mirrors".SCHEDULE = "@midnight";
|
||||||
"cron.cleanup_actions".ENABLED = true;
|
"cron.cleanup_actions".ENABLED = true;
|
||||||
"cron.git_gc_repos" = {
|
"cron.git_gc_repos" = {
|
||||||
|
|
Loading…
Reference in a new issue