mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[PRIVACY] Disable update_checker
cron tasks
- This is being disabled as it will weekly connect to a domain. - This only affects existing installations, as new installations will have a explicit value being written into app.ini due to https://github.com/go-gitea/gitea/pull/21655 (cherry picked from commitcd0b8b6852
) (cherry picked from commit58d43867ca
) (cherry picked from commitf290b91e50
) (cherry picked from commit5bd6d75554
) (cherry picked from commite5d0abb592
) (cherry picked from commit4b381ce77e
) (cherry picked from commitb6a9b1390d
) (cherry picked from commit3674362871
) (cherry picked from commitaf0f606fc1
) (cherry picked from commit49560da6fb
) (cherry picked from commitca06e27c5b
) (cherry picked from commit163df86df5
) (cherry picked from commit0391c6ae42
) (cherry picked from commitf282f2d42f
) (cherry picked from commit68d31cf247
) (cherry picked from commitcfd4a479e9
) (cherry picked from commitadd969bdf6
) (cherry picked from commitc0f3f1f1e7
) (cherry picked from commitf11dca9090
) (cherry picked from commit283810387f
) (cherry picked from commit08af1f0ea8
) (cherry picked from commit1c1a6da319
) (cherry picked from commitc1444bae65
) (cherry picked from commit6361df634b
) (cherry picked from commitcc8bb3f946
) (cherry picked from commitc7ae4411fd
) (cherry picked from commitf73f4eef02
) (cherry picked from commit2122896e85
) (cherry picked from commitd469c99671
) (cherry picked from commit41dbbd731e
) (cherry picked from commite8e742b437
) (cherry picked from commit0fa9f87b5f
) (cherry picked from commita92c724a56
) (cherry picked from commit6a18d153e1
) (cherry picked from commit0dd35a13fd
) (cherry picked from commit5ae0cbe0ae
)
This commit is contained in:
parent
25e96cfcb2
commit
13bd3cf37b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ func registerUpdateGiteaChecker() {
|
|||
}
|
||||
RegisterTaskFatal("update_checker", &UpdateCheckerConfig{
|
||||
BaseConfig: BaseConfig{
|
||||
Enabled: true,
|
||||
Enabled: false,
|
||||
RunAtStart: false,
|
||||
Schedule: "@every 168h",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue