Multiple changes:

- Make the 'release' build the default.
  - Add a configurable socket timeout parameter.
  - Make the table name configurable.
  - Add usage docs to the README.
This commit is contained in:
Mahlon E. Smith 2018-02-19 18:22:25 -08:00
parent 895453f4d3
commit b8d036a5da
3 changed files with 97 additions and 24 deletions

View file

@ -1,7 +1,7 @@
FILES = netdata_tsrelay.nim
default: development
default: release
debug: ${FILES}
nim --assertions:on --nimcache:.cache c ${FILES}