Reduced number of timeline items in featured/recent on landing page
This commit is contained in:
parent
6bd3f682f4
commit
5fb6bf59f7
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func Index(c *RequestContext) ResponseData {
|
||||
const maxPostsPerTab = 50
|
||||
const maxPostsPerTab = 20
|
||||
const maxNewsPosts = 10
|
||||
|
||||
c.Perf.StartBlock("SQL", "Fetch subforum tree")
|
||||
|
|
Loading…
Reference in New Issue