Skip to content

Commit

Permalink
Merge pull request #343 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
9/25 11:00 AM IST Publish
  • Loading branch information
PhilKang0704 authored Sep 25, 2024
2 parents def220e + 32075a0 commit cba3338
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,57 +126,6 @@ ms.topic: include



### tcp_keepalives_count

| Attribute | Value |
|----------------|------------------------------------------------------------|
| Category | Connections and Authentication / Connection 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 / Connection 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 / Connection 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)]



### unix_socket_directories

| Attribute | Value |
Expand Down
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)]

Loading

0 comments on commit cba3338

Please sign in to comment.