Skip to content

Commit 6883827

Browse files
authored
Merge branch 'master' into hotfix-create-resource-token
2 parents 22b52f8 + ab802aa commit 6883827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/influxdb3/limit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
{{- $limit := .Get 0 | default "database" -}}
44
{{- $modifier := .Get 1 | default 0 -}}
55
{{- $coreLimits := dict "database" 5 "table" 2000 "column" 500 -}}
6-
{{- $enterpriseLimits := dict "database" 100 "table" 4000 "column" 500 -}}
6+
{{- $enterpriseLimits := dict "database" 100 "table" 10000 "column" 500 -}}
77
{{- $productLimits := cond (eq $product "core") $coreLimits $enterpriseLimits -}}
88
{{ add (index $productLimits $limit) $modifier }}

0 commit comments

Comments
 (0)