Character search improvements

This commit is contained in:
2017-11-26 18:04:48 +01:00
parent 5ee7f86d41
commit f96491f187
2 changed files with 17 additions and 16 deletions

View File

@ -10,10 +10,10 @@ import (
const maxUsers = 25
const maxAnime = 25
const maxPosts = 3
const maxThreads = 3
const maxPosts = 2
const maxThreads = 2
const maxTracks = 4
const maxCharacters = 0
const maxCharacters = 12
// Get search page.
func Get(ctx *aero.Context) string {