We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c7bf3 commit ab802aaCopy full SHA for ab802aa
layouts/shortcodes/influxdb3/limit.html
@@ -3,6 +3,6 @@
3
{{- $limit := .Get 0 | default "database" -}}
4
{{- $modifier := .Get 1 | default 0 -}}
5
{{- $coreLimits := dict "database" 5 "table" 2000 "column" 500 -}}
6
-{{- $enterpriseLimits := dict "database" 100 "table" 4000 "column" 500 -}}
+{{- $enterpriseLimits := dict "database" 100 "table" 10000 "column" 500 -}}
7
{{- $productLimits := cond (eq $product "core") $coreLimits $enterpriseLimits -}}
8
{{ add (index $productLimits $limit) $modifier }}
0 commit comments