Skip to content

Commit

Permalink
Changed comments per page
Browse files Browse the repository at this point in the history
  • Loading branch information
s-gv committed Nov 12, 2017
1 parent 5c08005 commit f7c597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"html/template"
)

var numCommentsPerPage = 100
var numCommentsPerPage = 50

var TopicIndexHandler = UA(func(w http.ResponseWriter, r *http.Request, sess Session) {
topicID := r.FormValue("id")
Expand Down

0 comments on commit f7c597b

Please sign in to comment.