diff --git a/martin/src/pmtiles/http_pmtiles.rs b/martin/src/pmtiles/http_pmtiles.rs index 812a220a..fe419a88 100644 --- a/martin/src/pmtiles/http_pmtiles.rs +++ b/martin/src/pmtiles/http_pmtiles.rs @@ -23,7 +23,7 @@ struct PmtCache(Cache); impl PmtCache { fn new() -> Self { - Self(Cache::new(10_000)) + Self(Cache::new(500)) } }