diff --git a/climate-server.go b/climate-server.go index 4f45837..3aaf3d8 100644 --- a/climate-server.go +++ b/climate-server.go @@ -50,7 +50,7 @@ func showCharts(w http.ResponseWriter, r *http.Request) { } func sendData(w http.ResponseWriter, r *http.Request) { - var count int64 = 50 + var count int64 = 180 if vars := mux.Vars(r); vars["count"] != "" { newCount, err := strconv.ParseInt(vars["count"], 10, 0) if err != nil {