this repo has no description

fix cache

Changed files
+1 -1
peruse
+1 -1
peruse/handle_wikidata_feed.go
···
return nil, err
}
f.cached = posts
-
f.cacheExpiresAt = now
return posts, nil
}
···
return nil, err
}
f.cached = posts
+
f.cacheExpiresAt = now.Add(1 * time.Minute)
return posts, nil
}