Skip to content

Commit

Permalink
Merge pull request #4779 from osandamaleesha/master
Browse files Browse the repository at this point in the history
Improve title wording in identity server documentation
  • Loading branch information
himeshsiriwardana authored Sep 26, 2024
2 parents fc86fc8 + 0ef3385 commit ef53944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Fine tune HTTP Client Connections
## Fine-tune HTTP client connections

To fine-tune connections initiated by WSO2 Identity Server to external services, you may add the following configurations to the `deployment.toml` file located in the `<IS_HOME>/repository/conf/` directory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If the error response includes an acceptable payload, it is treated as an error

{% if product_name == "WSO2 Identity Server" %}
!!! note
Refer to [Fine tune HTTP Client Connections]({{base_path}}/guides/customize/actions/setting-up-actions/#configuring-http-client-connections) for details on adjusting timeouts, connection pooling, and retries.
Refer to [Fine-tune HTTP client connections]({{base_path}}/guides/customize/actions/setting-up-actions/#configuring-http-client-connections) for details on adjusting timeouts, connection pooling, and retries.
{%endif %}

Requests will not be retried if the external service responds with HTTP status codes 200 (OK), 400 (Bad Request), 401 (Unauthorized), or any other codes not listed above as retry scenarios.
Expand Down

0 comments on commit ef53944

Please sign in to comment.