refactor: centralize jikan list constants

This commit is contained in:
2026-04-14 22:23:11 +02:00
parent 697d0cc32f
commit 165963c9d2
4 changed files with 56 additions and 94 deletions

View File

@@ -0,0 +1,7 @@
package jikan
import "time"
const ListPageSize = 24
const shortCacheTTL = time.Hour