Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

feat: add a simple image cache to reduce image fetches #359

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Feb 22, 2022

we now refetch them only every 15 minutes (tiles_ttl) or sooner if we know of a
bucket level ttl

Closes #357

@pjenvey pjenvey requested a review from a team February 22, 2022 19:47
we now refetch them only every 15 minutes (tiles_ttl) or potentially sooner if
we know of a bucket level ttl

Closes #357
jrconlin
jrconlin previously approved these changes Feb 22, 2022
src/server/img_storage.rs Outdated Show resolved Hide resolved
@jrconlin
Copy link
Member

Also tempted to suggest we rename StoreImage to ImageStorage or something to avoid confusion with StoredImage

@jrconlin jrconlin merged commit 6c4928e into main Feb 23, 2022
@jrconlin jrconlin deleted the feat/357 branch February 23, 2022 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce Cloud Storage reads
2 participants