diff --git a/root.go b/root.go index ab7fc1d0e18470d706c3072ce21cfcfd4efd7632..a72c7bebb36ff0082f71ce4087a2ec4df0d4c11c 100644 --- a/root.go +++ b/root.go @@ -64,7 +64,7 @@ func (m model) root(writer http.ResponseWriter, request *http.Request) { countQuery := query.Get("count") var count int if len(countQuery) == 0 { - count = 20 + count = 15 } else { count, err = strconv.Atoi(countQuery) if err != nil {