Skip to content

Commit ab802aa

Browse files
committed
hotfix: updated influxdb3 table limits
1 parent 97c7bf3 commit ab802aa

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)