fix: reference max-cols, not just max tables in db update (#5300)
parent
4154e09733
commit
f031e2ca6e
|
|
@ -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 %}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue