Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-07 21:12:00 +0300
committerMathieu Parent <math.parent@gmail.com>2019-08-29 17:29:20 +0300
commit0020cb5ff42cd763127fc3357ca6aa7f08ea115f (patch)
tree521c6e11276b193773b7347ca79f06e408fa2c95 /doc/api
parentf30dff78b50bf8773a915a64fb9ccedc3795a22c (diff)
Apply suggestion to doc/api/settings.md
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index 70cb08ee3aa..a369b7851a4 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -287,7 +287,7 @@ are listed in the descriptions of the relevant settings.
| `recaptcha_enabled` | boolean | no | (**If enabled, requires:** `recaptcha_private_key` and `recaptcha_site_key`) Enable recaptcha. |
| `recaptcha_private_key` | string | required by: `recaptcha_enabled` | Private key for recaptcha. |
| `recaptcha_site_key` | string | required by: `recaptcha_enabled` | Site key for recaptcha. |
-| `receive_max_input_size` | integer | no | Maximum push size (MB) |
+| `receive_max_input_size` | integer | no | Maximum push size (MB). |
| `repository_checks_enabled` | boolean | no | GitLab will periodically run `git fsck` in all project and wiki repositories to look for silent disk corruption issues. |
| `repository_size_limit` | integer | no | **(PREMIUM)** Size limit per repository (MB) |
| `repository_storages` | array of strings | no | A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random. |