fix: reference max-cols, not just max tables in db update (#5300)

pull/5302/head
Bill O'Connell 2024-01-11 18:08:07 -05:00 committed by GitHub
parent 4154e09733
commit f031e2ca6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ to update a database in your {{< product-name omit=" Clustered" >}} cluster.
influxctl database update DATABASE_NAME \
--retention-period 30d \
--max-tables 500 \
--max-tables 250
--max-columns 250
```
{{% /code-placeholders %}}