diff options
author | Gauthier Wallet <gauthier.wallet@gmail.com> | 2018-01-04 16:26:14 +0000 |
---|---|---|
committer | Gauthier Wallet <gauthier.wallet@gmail.com> | 2018-01-04 16:26:14 +0000 |
commit | 0a02b0d8eada41b72d19bee3f963d7cee5b19c57 (patch) | |
tree | 50697f1b74c0fa82312cf2e82b0081183a1a38df /doc | |
parent | d2891822e708f91c92b3a45bbbb78831b424e59a (diff) | |
download | gitlab-ce-0a02b0d8eada41b72d19bee3f963d7cee5b19c57.tar.gz |
Update settings.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md index 0e4758cda2d..0b5b1f0c134 100644 --- a/doc/api/settings.md +++ b/doc/api/settings.md @@ -69,7 +69,7 @@ PUT /application/settings | `after_sign_up_text` | string | no | Text shown to the user after signing up | | `akismet_api_key` | string | no | API key for akismet spam protection | | `akismet_enabled` | boolean | no | Enable or disable akismet spam protection | -| `circuitbreaker_access_retries | integer | no | The number of attempts GitLab will make to access a storage. | +| `circuitbreaker_access_retries` | integer | no | The number of attempts GitLab will make to access a storage. | | `circuitbreaker_check_interval` | integer | no | Number of seconds in between storage checks. | | `circuitbreaker_failure_count_threshold` | integer | no | The number of failures of after which GitLab will completely prevent access to the storage. | | `circuitbreaker_failure_reset_time` | integer | no | Time in seconds GitLab will keep storage failure information. When no failures occur during this time, the failure information is reset. | |