fix: Configurable limits only for Enterprise
parent
cac5f71559
commit
80807c91fc
|
@ -13,10 +13,6 @@
|
||||||
### Core
|
### Core
|
||||||
|
|
||||||
#### Updates
|
#### Updates
|
||||||
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
|
|
||||||
- `--num-database-limit`
|
|
||||||
- `--num-table-limit`
|
|
||||||
- `--num-columns-per-table-limit`
|
|
||||||
- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA`
|
- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA`
|
||||||
- Other general performance improvements
|
- Other general performance improvements
|
||||||
|
|
||||||
|
@ -26,11 +22,15 @@
|
||||||
### Enterprise
|
### Enterprise
|
||||||
|
|
||||||
#### Updates
|
#### Updates
|
||||||
- Improvements to licensing prompts for clarity
|
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
|
||||||
- Other general performance improvements
|
- `--num-database-limit`
|
||||||
|
- `--num-table-limit`
|
||||||
|
- `--num-columns-per-table-limit`
|
||||||
|
- Improvements to licensing prompts for clarity
|
||||||
|
- Other general performance improvements
|
||||||
|
|
||||||
#### Fixes
|
#### Fixes
|
||||||
- A **Home** license thread count log errors cleared up
|
- A **Home** license thread count log errors cleared up
|
||||||
|
|
||||||
|
|
||||||
## v3.0.0 {date="2025-04-14"}
|
## v3.0.0 {date="2025-04-14"}
|
||||||
|
|
Loading…
Reference in New Issue