Skip to content

Commit

Permalink
remove limitation on http max-row-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebigum committed Dec 21, 2017
1 parent 33c9f50 commit 68fcadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 68fcadc

Please sign in to comment.