From 3c679c704afadb94c1eaeb87a9268bb9d7629e4c Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:08:55 -0500 Subject: [PATCH] corrected the default, removed incorrect info (#4099) --- .../v1.9/administration/configure/config-data-nodes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/enterprise_influxdb/v1.9/administration/configure/config-data-nodes.md b/content/enterprise_influxdb/v1.9/administration/configure/config-data-nodes.md index 1ed1d8fd7..311fb123a 100644 --- a/content/enterprise_influxdb/v1.9/administration/configure/config-data-nodes.md +++ b/content/enterprise_influxdb/v1.9/administration/configure/config-data-nodes.md @@ -742,11 +742,9 @@ Environment variable: `INFLUXDB_HINTED_HANDOFF_RETRY_INTERVAL` #### `retry-max-interval` -Default is `"10s"`. +Default is `"200s"`. The maximum interval after which the hinted handoff retries a write after the write fails. -The `retry-max-interval` option is no longer in use and will be removed from the configuration file in a future release. -Changing the `retry-max-interval` setting has no effect on your cluster. Environment variable: `INFLUXDB_HINTED_HANDOFF_RETRY_MAX_INTERVAL`