]> git.lizzy.rs Git - go-anidb.git/blobdiff - misc.go
anidb: Implement USER
[go-anidb.git] / misc.go
diff --git a/misc.go b/misc.go
index b6d9db828c46e977d8ff0954b393f30fd6672275..8393a0fd7b489791263a3bde9b9f766b3ebc98c6 100644 (file)
--- a/misc.go
+++ b/misc.go
@@ -15,6 +15,8 @@ var (
        GroupCacheDuration   = 4 * DefaultCacheDuration // They don't change that often.
        FileCacheDuration    = 8 * DefaultCacheDuration // These change even less often.
 
+       UIDCacheDuration = 16 * DefaultCacheDuration // Can these even be changed?
+
        // Used for anime that have already finished airing.
        // It's unlikely that they get any important updates.
        FinishedAnimeCacheDuration = 4 * AnimeCacheDuration