]> source.dussan.org Git - gitea.git/commit
Clean-up the settings hierarchy for issue_indexer queue (#16001)
authorzeripath <art27@cantab.net>
Wed, 16 Jun 2021 22:19:20 +0000 (23:19 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 22:19:20 +0000 (18:19 -0400)
commitffbf35b7e9e2ea65525229f2c7d5a076c98e66ba
tree2c90817cdc64b6cda4399959f0609c58cb5b6624
parent5f4522cd1fc4207138c54c706b65f62083fb4299
Clean-up the settings hierarchy for issue_indexer queue (#16001)

There are a couple of settings in `[indexer]` relating to the `issue_indexer` queue
which override settings in unpredictable ways. This PR adjusts this hierarchy and makes
explicit that these settings are deprecated.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
modules/setting/indexer.go
modules/setting/queue.go