Add README.

This commit is contained in:
Mahlon E. Smith 2018-02-12 12:49:12 -08:00
parent e305686d6d
commit aebe51c9e8
2 changed files with 68 additions and 2 deletions

View file

@ -139,8 +139,6 @@ proc serverloop: void =
## and start serving incoming netdata streams.
let db = open( "", "", "", conf.dbopts )
echo "Successfully connected to the backend database."
#SELECT TIMESTAMP WITH TIME ZONE 'epoch' + 982384720 * INTERVAL '1 second';'
#db.close
var server = newSocket()
echo "Listening for incoming connections on port ", conf.listen_port, "..."