0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-05 08:07:11 +01:00
gitea/modules/setting
zeripath 3aaf64885f
Change default queue settings to be low go-routines (#15964)
This PR suggests a change to the default configuration for queues:

* Use a common DATADIR for the queues
* Set starting workers to 0 and make boost a single worker

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-24 02:23:55 +03:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go
indexer_test.go
indexer.go Change default queue settings to be low go-routines (#15964) 2021-05-24 02:23:55 +03:00
lfs.go
log.go add a new internal hook to save ssh log (#15787) 2021-05-21 17:37:16 -04:00
mailer.go
markup.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
migrations.go
mime_type_map.go Add mimetype mapping settings (#15133) 2021-05-10 16:38:08 -04:00
oauth2_client.go OAuth2 login: Set account link to "login" as default behavior (#15768) 2021-05-07 16:15:16 +02:00
picture.go add /assets as root dir of public files (#15219) 2021-04-28 12:35:06 +00:00
project.go
queue.go Change default queue settings to be low go-routines (#15964) 2021-05-24 02:23:55 +03:00
repository.go Disable Stars config option (#14653) 2021-04-15 18:53:57 +02:00
service.go Allow only internal registration (#15795) 2021-05-09 16:13:35 +02:00
session.go
setting_test.go
setting.go add a new internal hook to save ssh log (#15787) 2021-05-21 17:37:16 -04:00
storage_test.go
storage.go
task.go
webhook.go