-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #343 from MicrosoftDocs/main
9/25 11:00 AM IST Publish
- Loading branch information
Showing
6 changed files
with
429 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
...des/server-parameters-table-11-connections-and-authentication---tcp-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
author: nachoalonsoportillo | ||
ms.author: ialonso | ||
ms.reviewer: maghan | ||
ms.date: 09/13/2024 | ||
ms.service: azure-database-postgresql | ||
ms.subservice: flexible-server | ||
ms.topic: include | ||
--- | ||
### tcp_keepalives_count | ||
|
||
| Attribute | Value | | ||
|----------------|------------------------------------------------------------| | ||
| Category | Connections and Authentication / TCP Settings | | ||
| Description | Specifies the number of TCP keepalives that can be lost before the server's connection to the client is considered dead. | | ||
| Data type | integer | | ||
| Default value | `9` | | ||
| Allowed values | `0-2147483647` | | ||
| Parameter type | dynamic | | ||
| Documentation | [tcp_keepalives_count](https://www.postgresql.org/docs/11/runtime-config-connection.html#GUC-TCP-KEEPALIVES-COUNT) | | ||
|
||
|
||
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)] | ||
|
||
|
||
|
||
### tcp_keepalives_idle | ||
|
||
| Attribute | Value | | ||
|----------------|------------------------------------------------------------| | ||
| Category | Connections and Authentication / TCP Settings | | ||
| Description | Specifies the number of seconds of inactivity after which TCP should send a keepalive message to the client. | | ||
| Data type | integer | | ||
| Default value | `120` | | ||
| Allowed values | `0-2147483647` | | ||
| Parameter type | dynamic | | ||
| Documentation | [tcp_keepalives_idle](https://www.postgresql.org/docs/11/runtime-config-connection.html#GUC-TCP-KEEPALIVES-IDLE) | | ||
|
||
|
||
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)] | ||
|
||
|
||
|
||
### tcp_keepalives_interval | ||
|
||
| Attribute | Value | | ||
|----------------|------------------------------------------------------------| | ||
| Category | Connections and Authentication / TCP Settings | | ||
| Description | Specifies the number of seconds after which a TCP keepalive message that is not acknowledged by the client should be retransmitted. | | ||
| Data type | integer | | ||
| Default value | `30` | | ||
| Allowed values | `0-2147483647` | | ||
| Parameter type | dynamic | | ||
| Documentation | [tcp_keepalives_interval](https://www.postgresql.org/docs/11/runtime-config-connection.html#GUC-TCP-KEEPALIVES-INTERVAL) | | ||
|
||
|
||
[!INCLUDE [server-parameters-azure-notes-void](./server-parameters-azure-notes-void.md)] | ||
|
Oops, something went wrong.