Reduced number of timeline items in featured/recent on landing page

This commit is contained in:
Asaf Gartner 2024-07-08 14:12:52 +03:00
parent 6bd3f682f4
commit 5fb6bf59f7
1 changed files with 1 additions and 1 deletions

View File

@ -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")