Reduced number of anime search results

This commit is contained in:
Eduard Urbach 2017-07-09 04:31:41 +02:00
parent 34d85e5bd1
commit 7e65920be9

View File

@ -6,8 +6,8 @@ import (
"github.com/animenotifier/notify.moe/components"
)
const maxUsers = 9 * 4
const maxAnime = 9 * 4
const maxUsers = 6 * 6
const maxAnime = 5 * 6
// Get search page.
func Get(ctx *aero.Context) string {