diff --git a/src/website/landing.go b/src/website/landing.go index 20f63718..3d78c6da 100644 --- a/src/website/landing.go +++ b/src/website/landing.go @@ -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")