Skip to content

Commit

Permalink
docs: update the description of retry_number
Browse files Browse the repository at this point in the history
  • Loading branch information
zghong committed Jan 16, 2025
1 parent 2d7769b commit fb0a2dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ kill_query_user: <kill_query_user_config> | optional
heartbeat: <heartbeat_config> | optional

# RetryNumber - user configuration for query retry when one host cannot respond.
# By default there are no query retry, because it impacts performance when copying
# the request body for reuse (especially in large-payload insert).
# By default there are no query retries.
# Note: Retrying may impact performance if there are many large-payload requests (such as inserts),
# because it requires copying the request body for reuse.
retry_number: 0

```
Expand Down

0 comments on commit fb0a2dc

Please sign in to comment.