Log length increase and score update

This commit is contained in:
2018-03-10 01:20:54 +01:00
parent 1f2a8a3eda
commit 9626204f15
3 changed files with 16 additions and 10 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
const maxEntries = 40
const maxEntries = 120
// Get edit log.
func Get(ctx *aero.Context) string {