influxdb/services
Jonathan A. Sternberg 4fab68b53b Teach the http service how to enforce connection limits
The http connection limit is for any HTTP operation and is independent
of the other connection limits. It should be set to a higher value than
the query limit. The difference between this and the query limit is it
will close out the connection immediately without any further
processing.

This is the equivalent of the `max_connections` option in PostgreSQL.

Also removes some unused config options from the cluster config.

Fixes #6559.
2016-05-12 16:25:16 -04:00
..
admin added a button in admin ui to genearate URL for the query 2016-04-27 11:30:47 +03:00
collectd Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
continuous_querier Rename cluster package to coordinator 2016-05-11 11:41:05 -06:00
graphite Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
httpd Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
meta Reduce lock contention when creating shard group 2016-05-09 16:10:38 -06:00
opentsdb Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
precreator Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00
retention Remove redundant error return from (Client) Database(name string) and (Client) Databases() 2016-04-30 17:04:38 -05:00
snapshotter Remove redundant error return from (Client) Database(name string) and (Client) Databases() 2016-04-30 17:04:38 -05:00
subscriber Rename cluster package to coordinator 2016-05-11 11:41:05 -06:00
udp Make logging output location more programmatically configurable (#6213) 2016-04-20 21:07:08 +01:00