Reduced notification limit

This commit is contained in:
Eduard Urbach 2018-03-01 00:10:35 +01:00
parent 0c89576f41
commit 0a51b37378

View File

@ -9,7 +9,7 @@ import (
"github.com/animenotifier/notify.moe/utils" "github.com/animenotifier/notify.moe/utils"
) )
const maxNotifications = 50 const maxNotifications = 30
// All shows all notifications sent so far. // All shows all notifications sent so far.
func All(ctx *aero.Context) string { func All(ctx *aero.Context) string {