| Name | Type | Description | Notes |
|---|---|---|---|
| maxSlotWalKeepSize | Integer | PostgreSQL maximum WAL size (MB) reserved for replication slots. If `-1` is specified, replication slots may retain an unlimited amount of WAL files. The default is `-1` (upstream default). wal_keep_size minimum WAL size setting takes precedence over this. | [optional] |
| maxWalSenders | Integer | PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart. | [optional] |
| walSenderTimeout | Integer | Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. | [optional] |
| walWriterDelay | Integer | WAL flush interval in milliseconds. The default is `200`. Setting this parameter to a lower value may negatively impact performance. | [optional] |