gitea/modules/setting
Giteabot 478e7042f5
Increase queue length () ()
Backport  by @wolfogre

It should be OK to increase the default queue length since the default
type is "level".

IMO, the old default length (100) is a little too small. See
https://github.com/go-gitea/gitea/issues/27540#issuecomment-1754269491

IIRC, a larger length could lead to more memory usage only when the type
is "channel," but it's an obscure case. Otherwise, it's just a limit
(for "level" or "redis").

Co-authored-by: Jason Song <i@wolfogre.com>
..
config Refactor system setting () ()
actions.go Make Actions tasks/jobs timeouts configurable by the user () ()
actions_test.go Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ()
admin.go Refactor the setting to make unit test easier ()
api.go Refactor the setting to make unit test easier ()
asset_dynamic.go Use a general approach to access custom/static/builtin assets ()
asset_static.go Use a general approach to access custom/static/builtin assets ()
attachment.go Fix all possible setting error related storages and added some tests ()
attachment_test.go Fix all possible setting error related storages and added some tests ()
cache.go Refactor the setting to make unit test easier ()
camo.go Refactor the setting to make unit test easier ()
config.go Refactor system setting () ()
config_env.go Fix `environment-to-ini` inherited key bug () ()
config_env_test.go Fix `environment-to-ini` inherited key bug () ()
config_provider.go Fix INI parsing for value with trailing slash ()
config_provider_test.go Fix INI parsing for value with trailing slash ()
cors.go Fix incorrect CORS default values ()
cron.go Replace `interface{}` with `any` ()
cron_test.go Rewrite queue ()
database.go Remove "CHARSET" config option for MySQL, always use "utf8mb4" ()
database_sqlite.go Implement FSFE REUSE for golang files ()
database_test.go Implement FSFE REUSE for golang files ()
federation.go Refactor the setting to make unit test easier ()
git.go Use `[git.config]` for reflog cleaning up ()
git_test.go Use `[git.config]` for reflog cleaning up ()
highlight.go Refactor the setting to make unit test easier ()
i18n.go Refactor the setting to make unit test easier ()
incoming_email.go Refactor the setting to make unit test easier ()
indexer.go Allow skipping forks and mirrors from being indexed ()
indexer_test.go Implement FSFE REUSE for golang files ()
lfs.go Handle base64 decoding correctly to avoid panic ()
lfs_test.go Display deprecated warning in admin panel pages as well as in the log file ()
log.go Clarify the logger's MODE config option ()
log_test.go Replace `interface{}` with `any` ()
mailer.go Make mailer SMTP check have timed context ()
mailer_test.go Remove unnecessary code ()
markup.go Add .livemd as a markdown extension ()
metrics.go Refactor the setting to make unit test easier ()
migrations.go Refactor the setting to make unit test easier ()
mime_type_map.go Refactor the setting to make unit test easier ()
mirror.go Avoid polluting the config ()
oauth2.go Handle base64 decoding correctly to avoid panic ()
other.go Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` ()
packages.go Avoid creating directories when loading config ()
packages_test.go Fix all possible setting error related storages and added some tests ()
path.go Update path related documents ()
path_test.go Refactor path & config system ()
picture.go Fix all possible setting error related storages and added some tests ()
project.go Refactor the setting to make unit test easier ()
proxy.go Refactor the setting to make unit test easier ()
queue.go Increase queue length () ()
repository.go Fix all possible setting error related storages and added some tests ()
repository_archive.go Fix all possible setting error related storages and added some tests ()
repository_archive_test.go Fix all possible setting error related storages and added some tests ()
security.go Update minimum password length requirements ()
server.go Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" ()
service.go Add reverseproxy auth for API back with default disabled ()
service_test.go Fix allowed user types setting problem ()
session.go Use secure cookie for HTTPS sites ()
setting.go Make "install page" respect environment config ()
setting_test.go Implement FSFE REUSE for golang files ()
ssh.go Expanded minimum RSA Keylength to 3072 ()
storage.go Fix storage path logic especially for relative paths ()
storage_test.go Fix storage path logic especially for relative paths ()
task.go handle deprecated settings ()
time.go Remove unused setting `time.FORMAT` ()
ui.go Remove the service worker ()
webhook.go Refactor the setting to make unit test easier ()