influxdb/cmd
Jonathan A. Sternberg 5b26780ead Perform a proper exit for the reportServer goroutine
Previously, the goroutine would block for 24 hours and would only check
every 24 hours if the server was closed. Since this never happened, the
goroutine would just be abruptly killed when the main process ended
(since nobody waited for this goroutine to end).

Updating the code to exit when the server is closed immediately and
switching the timer to a ticker instance that can be stopped.
2016-06-05 10:45:19 -05:00
..
influx Set default consistency to all 2016-05-19 18:54:07 +01:00
influx_inspect Display value according to type. 2016-05-02 22:08:15 -07:00
influx_stress Address PR comments 2016-04-25 11:19:02 -07:00
influx_tsm Update to conversion tool to work in current versions 2016-03-30 13:26:46 -04:00
influxd Perform a proper exit for the reportServer goroutine 2016-06-05 10:45:19 -05:00