magenta/gitea: disable cron for check new Gitea version
This commit is contained in:
parent
0575849fb6
commit
51e28485ad
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ in
|
|||
ENABLE_OPENID_SIGNIN = true;
|
||||
ENABLE_OPENID_SIGNUP = false;
|
||||
};
|
||||
# Don't check for new Gitea versions
|
||||
"cron.update_checker".ENABLED = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue