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:
parent
895453f4d3
commit
b8d036a5da
3 changed files with 97 additions and 24 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
FILES = netdata_tsrelay.nim
|
||||
|
||||
default: development
|
||||
default: release
|
||||
|
||||
debug: ${FILES}
|
||||
nim --assertions:on --nimcache:.cache c ${FILES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue