initial delta support

This commit is contained in:
Jimmy Zelinskie
2014-02-22 23:47:11 -05:00
parent e8e692cbf6
commit e80b17b2ad
5 changed files with 80 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ func (s *Server) serveScrape(w http.ResponseWriter, r *http.Request) {
}
// Get a connection to the tracker db
conn, err := s.dbConnPool.Get()
conn, err := s.trackerPool.Get()
if err != nil {
log.Fatal(err)
}