Fix overflow

pull/9967/head
Edd Robinson 2018-06-05 14:58:22 +01:00
parent 4f7b93342c
commit 40fa4eddc0
1 changed files with 0 additions and 2 deletions
services/httpd

View File

@ -1002,8 +1002,6 @@ func (h *Handler) servePromRead(w http.ResponseWriter, r *http.Request, user met
return
}
readRequest.PointsLimit = math.MaxUint64
ctx := context.Background()
rs, err := h.Store.Read(ctx, readRequest)
if err != nil {