Files
mal/integrations/jikan/constants.go
2026-05-10 20:03:35 +02:00

7 lines
185 B
Go

package jikan
import "time"
const shortCacheTTL = time.Hour // 1 hour - for frequently changing data
const longCacheTTL = time.Hour * 24 // 24 hours - for stable data like genres