exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# WriteAheadLogWalSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**max_slot_wal_keep_size** | Option<**i32**> | PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this. | [optional]
**max_wal_senders** | Option<**u8**> | PostgreSQL maximum WAL senders | [optional]
**wal_sender_timeout** | Option<**u32**> | Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. | [optional]
**wal_writer_delay** | Option<**u8**> | WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)