Skip to content

Commit

Permalink
doc: add description to advanced section
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jul 9, 2024
1 parent c8663a7 commit 60d3cd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Ensure these environment variables are set as per your requirements for optimal
### Advanced Environment Configuration
| Name | Default | Description |
| ------------------------------------- | ------- | ------------------------------------------------------------ |
| `EDC_LOGGINGHOUSE_EXTENSION_FLYWAY_REPAIR` | `false` | |
| `EDC_LOGGINGHOUSE_EXTENSION_FLYWAY_CLEAN` | `false` | |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_MAX` | `1` | |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_DELTA` | `30` | |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_PERIOD` | `30` | |
| `EDC_LOGGINGHOUSE_EXTENSION_FLYWAY_REPAIR` | `false` | Recreates the flyway history tables, beafore applying the scripts. |
| `EDC_LOGGINGHOUSE_EXTENSION_FLYWAY_CLEAN` | `false` | Executes a clean on the database, before applying the scripts. |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_MAX` | `1` | Maximun number of workers created to handle the pending items. |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_DELTA` | `30` | Time in seconds, after the connector initializes, to the workers start to run. |
| `EDC_LOGGINGHOUSE_EXTENSION_WORKERS_PERIOD` | `10` | Time in seconds, between each workers processing. |

0 comments on commit 60d3cd2

Please sign in to comment.