Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit be70071

Browse files
authored
Merge pull request #1866 from JHK/max_row_limit
Set max-row-limit to default value
2 parents c965150 + 9bda533 commit be70071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bind-address = "localhost:8088"
5959
https-enabled = false
6060
https-certificate = "/etc/ssl/influxdb.pem"
6161
https-private-key = ""
62-
max-row-limit = 10000
62+
max-row-limit = 0
6363
max-connection-limit = 0
6464
shared-secret = ""
6565
realm = "InfluxDB"

0 commit comments

Comments
 (0)