From 7af48949f0b2b675782e813baf7c226da3c55f10 Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:50:32 -0500 Subject: [PATCH] typo --- advocacy_docs/pg_extensions/wait_states/configuring.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advocacy_docs/pg_extensions/wait_states/configuring.mdx b/advocacy_docs/pg_extensions/wait_states/configuring.mdx index d9b6f058599..fbd5b58031c 100644 --- a/advocacy_docs/pg_extensions/wait_states/configuring.mdx +++ b/advocacy_docs/pg_extensions/wait_states/configuring.mdx @@ -11,5 +11,5 @@ The following parameters in `postgresql.conf` control the EDB Wait States extens |---------------------------------|-------------|---------|----------------------| | `edb_wait_states.sampling_interval`| The interval between two EDB Wait States sampling cycles.| 1 second | Reload| | `edb_wait_states.retention_period`| Deletes EDB Wait States log files after a defined retention period. | 604800 seconds (7 days)| Reload| | -| `edb_wait_states.enable_collection`| Enable or disable EDB Wait States data collection. | True | Reload| | +| `edb_wait_states.enable_collection`| Enable or disable EDB Wait States data collection. | true | Reload| | | `edb_wait_states.directory` | Stores the EDB Wait States logs in this directory. The path must be a full, absolute path. It can't be a relative path. | $PGDATA/edb_wait_states |Restart|