Merge pull request #6360 from influxdata/pbarnett/clean-up-config

Clean up config-options.md
pull/6359/head^2
peterbarnett03 2025-09-05 10:11:05 -04:00 committed by GitHub
commit a29607def3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 26 deletions

View File

@ -175,10 +175,6 @@ influxdb3 serve
- [TCP Listeners](#tcp-listeners)
- [tcp-listener-file-path](#tcp-listener-file-path)
- [admin-token-recovery-tcp-listener-file-path](#admin-token-recovery-tcp-listener-file-path)
{{% show-in "enterprise" %}}
- [Experimental Features](#experimental-features)
- [use-pacha-tree](#use-pacha-tree)
{{% /show-in %}}
---
@ -1972,25 +1968,3 @@ Specifies the TCP listener file path for admin token recovery operations.
| influxdb3 serve option | Environment variable |
| :---------------------------------------------- | :-------------------------------------------------------- |
| `--admin-token-recovery-tcp-listener-file-path` | `INFLUXDB3_ADMIN_TOKEN_RECOVERY_TCP_LISTENER_FILE_PATH` |
{{% show-in "enterprise" %}}
---
### Experimental Features
- [use-pacha-tree](#use-pacha-tree)
#### use-pacha-tree
Enables the experimental PachaTree storage engine for improved performance.
> [!Warning]
> This is an experimental feature and should not be used in production environments.
**Default:** `false`
| influxdb3 serve option | Environment variable |
| :---------------------- | :------------------------------------- |
| `--use-pacha-tree` | `INFLUXDB3_ENTERPRISE_USE_PACHA_TREE` |
{{% /show-in %}}