Skip to content

Commit

Permalink
graphite: Initialize points channel
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed May 27, 2017
1 parent 792f904 commit 79c0c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/graphite/database.go
Expand Up @@ -49,6 +49,7 @@ func Connect(configuration interface{}) (database.Connection, error) {
Address: config.Address(),
Prefix: config.Prefix(),
},
points: make(chan []graphigo.Metric, 1000),
}

if err := con.client.Connect(); err != nil {
Expand Down

0 comments on commit 79c0c22

Please sign in to comment.