Files
mal/integrations/jikan/constants.go

7 lines
189 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