From 68fcadc085b8f997773fc6c0cb31a3929a0bd175 Mon Sep 17 00:00:00 2001 From: Luke Bigum Date: Thu, 21 Dec 2017 12:18:55 +0000 Subject: [PATCH] remove limitation on http max-row-limit --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index ef5249e..a9c5224 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -88,7 +88,7 @@ 'https-certificate' => '/etc/ssl/influxdb.pem', 'https-private-key' => '', 'shared-sercret' => '', - 'max-row-limit' => 10000, + 'max-row-limit' => 0, 'max-connection-limit' => 0, 'unix-socket-enabled' => false, 'bind-socket' => '/var/run/influxdb.sock',