protomaps / PMTiles

Cloud-optimized + compressed single-file tile archives for vector and raster maps
https://protomaps.com/docs/pmtiles/
BSD 3-Clause "New" or "Revised" License
2.11k stars 125 forks source link

Add CACHE_CONTROL env, deprecate CACHE_MAX_AGE #423

Closed MarkusWendorf closed 4 months ago

MarkusWendorf commented 4 months ago

Hey there

As discussed I would like to deprecate the CACHE_MAX_AGE option in favour of CACHE_CONTROL.

Users would then be able to set any CACHE_CONTROL directive they might need like stale-while-revalidate or s-maxage.

Supersedes https://github.com/protomaps/PMTiles/pull/409

bdon commented 4 months ago

Docs updated: https://github.com/protomaps/docs/pull/45

Thanks!