Update docs/en/operations/settings/settings.md

Co-authored-by: Dan Roscigno <dan@roscigno.com>
This commit is contained in:
Igor Nikonov 2023-01-30 18:28:34 +01:00 committed by GitHub
parent c30a55b7ee
commit 30c949ba27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1644,7 +1644,7 @@ Possible values:
Default value: 0
Keeper request retries are done after some timeout. The timeout is controlled by the following settings: `insert_keeper_retry_initial_backoff_ms`, `insert_keeper_retry_max_backoff_ms`.
The first retry is done after `insert_keeper_retry_initial_backoff_ms` timeout. The consequent timeouts will be calculated as following:
The first retry is done after `insert_keeper_retry_initial_backoff_ms` timeout. The consequent timeouts will be calculated as follows:
```
timeout = min(insert_keeper_retry_max_backoff_ms, latest_timeout * 2)
```