Add comment re Graphite Server startup

pull/1294/head
Philip O'Toole 2015-01-07 00:04:56 -08:00
parent 85b3408115
commit 6683643dde
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ func execRun(args []string) {
parser.Separator = c.NameSeparator
parser.LastEnabled = (c.NamePosition == "last")
// Start the relevant server.
if strings.ToLower(c.Protocol) == "tcp" {
g := graphite.NewTCPServer(parser, s)
g.Database = c.Database